powered by
Return metadata about counties, parishes, etc. used by the GNRS
GNRS_get_counties(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)
# NOT RUN { states <- GNRS_get_states() us_counties <- GNRS_get_counties( state_province_id = states$state_province_id[ which(states$country_iso == "US")]) # } # NOT RUN { # }
Run the code above in your browser using DataLab