Learn R Programming

rgbif (version 0.4.0)

country_codes: Look up 2 character ISO country codes

Description

Look up 2 character ISO country codes

Usage

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
country_codes(country_name="United")

Run the code above in your browser using DataLab