R/iso_cnt.R

#' ISO code for countries
#'
#' A data containing the countrie' English and Chinese names
#'
#' @format A data frame with 247 rows and 9 variables
#' \describe{
#'   \item{iso2c}{2 bit code for countries}
#'   \item{iso3c}{3 bit code for countries}
#'   \item{number}{}
#'   \item{country_en}{English names for countries}
#'   \item{country_cn}{Chinese names for countries}
#' }
'iso_cnt'
common2016/MyFun documentation built on Sept. 23, 2024, 3:49 p.m.