lookup_country_code {rwunderground}R Documentation

Lookup ISO country code weatherunderground API doesn't recognize iso codes uniformly for every country.name

Description

Lookup ISO country code weatherunderground API doesn't recognize iso codes uniformly for every country.name

Usage

lookup_country_code(name, region = NULL)

Arguments

name

Name of country

region

Geographic region

Value

data.frame of country codes

Examples

## Not run: 
lookup_country_code("Korea")
lookup_country_code("Guinea", region = "Africa")

## End(Not run)

[Package rwunderground version 0.1.8 Index]