R/countrycode-package.R

#' Convert country codes or country names
#'
#' The \code{countrycode} function can convert to and from 12 different country coding schemes.
#' It uses regular expressions to convert long country names (e.g. Sri Lanka) into any of
#' those coding schemes, or into standardized country names (official short English).
#' It can create variables with the name of the continent and/or region to which each
#' country belongs.
#'
#' @name countrycode-package
#' @aliases countrycode-package
#' @title Convert Country Codes or Country Names
#' @author Vincent Arel-Bundock \email{varel@@umich.edu}
#' @references
#'     \url{http://www.umich.edu/~varel}
#'     \url{https://github.com/vincentarelbundock/countrycode}
#' @docType package
#' @keywords package
NULL
muuankarski/countrycode.multilang documentation built on May 23, 2019, 10:52 a.m.