R/data.R

#' Names of 21 political divisions
#'
#' A dataset containing the country, state/province, and country/parish names of 21 political divisions.
#'
#' @format A data frame with 21 rows and 4 variables:
#' \describe{
#'   \item{user_id}{Unique integer identifying each row}
#'   \item{country}{Country names, possibly containing errors}
#'   \item{state_province}{State names, possibly containing errors}
#'   \item{county_parish}{County names, possibly containing errors}
#'   ...
#' }
#' @source \url{https://github.com/ojalaquellueva/gnrs}
"gnrs_testfile"

Try the GNRS package in your browser

Any scripts or data that you put into this service are public.

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