Learn R Programming

rgbif (version 0.8.0)

rgb_country_codes: Look up 2 character ISO country codes

Description

Look up 2 character ISO country codes

Usage

rgb_country_codes(country_name, fuzzy = FALSE, ...)

Arguments

country_name
Name of country to look up
fuzzy
If TRUE, uses agrep to do fuzzy search on names.
...
Further arguments passed on to agrep or grep

Examples

Run this code
rgb_country_codes(country_name="United")

Run the code above in your browser using DataLab