GNRS_get_states {GNRS} | R Documentation |
Get metadata on states
Description
Return metadata about states used by the GNRS
Usage
GNRS_get_states(country_id = "", ...)
Arguments
country_id |
A GNRS country_id, or a vector of country_ids. If empty, will return metadata for all countries. |
... |
Additional parameters passed to internal functions |
Value
Dataframe containing information on states/provinces (e.g. iso code, fips code, continent, standardized name)
Examples
## Not run:
states <- GNRS_get_states()
## End(Not run)
[Package GNRS version 0.3.4 Index]