countrycode.nomatch {countrycode}R Documentation

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

Author(s)

Vincent Arel-Bundock <varel@umich.edu>

Examples

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

### Please note the quotation marks around both arguments

[Package countrycode version 0.3 Index]