get_location_name: Get WPP 2019 location name from codes

View source: R/wpp_fetch.R

get_location_nameR Documentation

Get WPP 2019 location name from codes

Description

Get WPP 2019 location name from codes

Usage

get_location_name(location_code)

Arguments

location_code

WPP 2019 location code

Value

'location_name' of given 'location_code'

Examples

# Get name for Argentina (code 32)
get_location_name( 32 )

# Get name for list of countries
get_location_name( c( 76, 32, 600, 604, 152 ))


josehcms/fertestr documentation built on Oct. 9, 2024, 9:03 p.m.