R/data.R

#' Mapping of country name and two-character country code used by GIE
#'
#' A dataset to help you switch between country name and country code
#' in the usage of 'gie', as gie_listing() and gie_load() work
#' with different modes of the country (name vs. two-character code).
#'
#' @format ## `countryinfo`
#' A data frame with 17 rows and 2 columns:
#' \describe{
#'   \item{name}{Country name}
#'   \item{code}{Two-character country code}
#' }
#' @source https://www.gie.eu/
#'
"countryinfo"

Try the gie package in your browser

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

gie documentation built on June 22, 2024, 9:33 a.m.