R/data-locations.R

#' Sample locations data
#'
#' A dataset containing 20 location information.
#' The raw dataset (\code{data_locations.csv}) is also provided in the directory \code{testdata}.
#'
#' @format A data frame with 20 rows and 3 variables:
#' \describe{
#'   \item{Country code}{Country code.}
#'   \item{Country}{Full name of a country.}
#'   \item{Location}{Specific location, e.g. town or city name.}
#' }
#' @return A data frame with 20 rows and 3 variables of sample locations data.
"data_locations"

Try the rtry package in your browser

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

rtry documentation built on Aug. 10, 2023, 1:07 a.m.