R/country_continent_mapping.R

#' Country to continent mapping
#'
#' A dataset containing a list of countries and corresponding
#' continents. We use this because it lists countries in North America
#' and South America separately.
#' @format A data frame with 210 rows and 2 variables:
#' \describe{
#'   \item{Countries and territories}{name of country or territory}
#'   \item{continent}{continent}
#' }
#'
"country_continent_mapping"
mrc-ide/rincewind documentation built on Aug. 5, 2022, 3:20 a.m.