powered by
GNRS returns standardized political division names (according to geonames.org).
GNRS(political_division_dataframe, batches = NULL, ...)
A properly formatted dataframe, see http://bien.nceas.ucsb.edu/bien/tools/gnrs/gnrs-api/
NULL or Numeric. Optional number of batches to divide the request into for parallel processing.
Additional parameters passed to internal functions
Dataframe containing GNRS results.
# NOT RUN { results <- GNRS(political_division_dataframe = gnrs_testfile) # }
Run the code above in your browser using DataLab