Learn R Programming

GNRS (version 0.3.4)

GNRS_get_states: 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

Run this code
# NOT RUN {
states <- GNRS_get_states()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab