GNRS_get_states: Get metadata on states

Description Usage Arguments Value Examples

View source: R/gnrs_get_states.R

Description

Return metadata about states used by the GNRS

Usage

1
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

1
2
3
4
## Not run: 
states <- GNRS_get_states()

## End(Not run)

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