R/locations.R

#' Made up locations in Buenos Aires, Argentina
#'
#' Points sampled at random, useful for testing mapping functions.
#'
#' @docType data
#'
#' @usage data(participants)
#'
#' @format A data frame with 76 rows and 4 variables:
#' \describe{
#'   \item{location_id}{Unique identifier}
#'   \item{type}{a categorical variable}
#'   \item{lon}{Longitude}
#'   \item{lat}{Latitude}
#' }
"locations"
EL-BID/GPE documentation built on Sept. 12, 2024, 2:21 p.m.