countrycode.nomatch {countrycode} | R Documentation |
Returns the subset of countries for which a translation between the origin and destination formats cannot be completed successfully using the countrycode function
countrycode.nomatch(ORIGIN, DESTINATION)
ORIGIN |
Coding scheme of origin (between quotes "") |
DESTINATION |
Coding scheme of destination (between quotes "") |
Subset of countries for which a translation between the origin and destination formats cannot be completed successfully using the countrycode function
Vincent Arel-Bundock <varel@umich.edu>
### Usage example: countrycode.nomatch("cowc", "iso3c") ### Please note the quotation marks around both arguments