lookup_country_code {rwunderground} | R Documentation |
Lookup ISO country code weatherunderground API doesn't recognize iso codes uniformly for every country.name
lookup_country_code(name, region = NULL)
name |
Name of country |
region |
Geographic region |
data.frame of country codes
## Not run:
lookup_country_code("Korea")
lookup_country_code("Guinea", region = "Africa")
## End(Not run)