Learn R Programming

GNRS (version 0.3.4)

GNRS: Standardize political division names

Description

GNRS returns standardized political division names (according to geonames.org).

Usage

GNRS(political_division_dataframe, batches = NULL, ...)

Arguments

political_division_dataframe

A properly formatted dataframe, see http://bien.nceas.ucsb.edu/bien/tools/gnrs/gnrs-api/

batches

NULL or Numeric. Optional number of batches to divide the request into for parallel processing.

...

Additional parameters passed to internal functions

Value

Dataframe containing GNRS results.

Examples

Run this code
# NOT RUN {
results <- GNRS(political_division_dataframe = gnrs_testfile)
  

# }

Run the code above in your browser using DataLab