Description Usage Arguments Value Examples
View source: R/gnrs_get_counties.R
Return metadata about counties, parishes, etc. used by the GNRS
1  | GNRS_get_counties(state_province_id = "", ...)
 | 
state_province_id | 
 A GNRS state_id, or a vector of state_ids.  | 
... | 
 Additional parameters passed to internal functions  | 
Dataframe containing information on counties/parishes (e.g. iso code, fips code, continent, standardized name)
1 2 3 4 5 6 7  | ## Not run: 
states <- GNRS_get_states()
us_counties <- GNRS_get_counties(
state_province_id = states$state_province_id[
which(states$country_iso == "US")])
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.