get_location_code | R Documentation |
Provides the list of countries and respective codes available in WPP 2019 or fetch the country code for given country name
get_location_code(location_names = NULL)
location_names |
location name or vector of location names |
WPP 2019 'location_code' for given location names
# provides all location codes
get_location_code()
# provides location codes for a given list of countries
names <- c('Brazil','Argentina','Uruguay','Paraguay')
get_location_code( names )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.