GNRS_get_counties: Get metadata on counties

Description Usage Arguments Value Examples

View source: R/gnrs_get_counties.R

Description

Return metadata about counties, parishes, etc. used by the GNRS

Usage

1
GNRS_get_counties(state_province_id = "", ...)

Arguments

state_province_id

A GNRS state_id, or a vector of state_ids.

...

Additional parameters passed to internal functions

Value

Dataframe containing information on counties/parishes (e.g. iso code, fips code, continent, standardized name)

Examples

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)

GNRS documentation built on Oct. 14, 2021, 1:09 a.m.