Skip to content

Commit ed02dd9

Browse files
committed
add country doc
1 parent 3eea0b8 commit ed02dd9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ In the example below, we are interested in the total number of restrictions and
112112
rc.get_values(series = [1,2], jurisdiction = 38, date = [2010, 2019])
113113
```
114114

115+
### Get all Values for a Country
116+
117+
The `country` argument can be used to get all values for one or multiple series for a specific national jurisdiction. The following line will get you a summary of the national and state-level restriction counts for the United States from 2016 to 2019:
118+
119+
```
120+
rc.get_values(series = 1, jurisdiction = 38, date = [2016, 2019], country=True)
121+
```
122+
115123
### Values by Subgroup
116124

117125
You can obtain data for any of the three subgroups for each series - agencies, industries, and occupations (when they become available).

0 commit comments

Comments
 (0)