Learn R Programming

countrycode (version 0.2)

countrycode.nomatch: The countrycode package cannot translate the returned codes

Description

Returns the subset of countries for which a translation between the origin and destination formats cannot be completed successfully using the countrycode function

Usage

countrycode.nomatch(ORIGIN, DESTINATION)

Arguments

ORIGIN
Coding scheme of origin (between quotes "")
DESTINATION
Coding scheme of destination (between quotes "")

Value

  • Subset of countries for which a translation between the origin and destination formats cannot be completed successfully using the countrycode function

Examples

Run this code
### Usage example:
countrycode.nomatch("cowc", "iso3c")

### Please note the quotation marks around both arguments

Run the code above in your browser using DataLab