lookup_region_code {kayadata} | R Documentation |
Look up country or region name from code
Description
Look up country or region name from code
Usage
lookup_region_code(region_code, data = kayadata::kaya_data, quiet = FALSE)
Arguments
region_code |
The three-letter country or region code |
data |
Data frame in which to look up |
quiet |
Suppress warnings if there is no such country or region. |
Value
The corresponding country or region name, or NULL if there is no such country or region
See Also
[Package kayadata version 1.4.0 Index]