R/countrycode-package.R

#' Convert country codes or country names
#'
#' The \code{countrycode} function can convert to and from several different
#' country coding schemes.  It uses regular expressions to convert country
#' names (e.g. Sri Lanka) into any of those coding schemes, or into
#' standardized country names in several languages.  It can create variables
#' with the name of the continent and/or several regional groupings to which
#' each country belongs.
#'
#' Type ?codelist to get a list of available origin and destination
#' codes.
#'
#' @name countrycode-package
#' @aliases countrycode-package
#' @title Convert Country Codes or Country Names
#' @author Vincent Arel-Bundock \email{vincent.arel-bundock@umontreal.ca}
#' @references
#'     \url{http://arelbundock.com}
#'     \url{https://github.com/vincentarelbundock/countrycode}
#' @docType package
#' @keywords package
NULL

Try the countrycode package in your browser

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

countrycode documentation built on May 31, 2023, 5:26 p.m.