The countries to retrieve GDL indicator data for.
Arguments
- session
A valid GDL session object to interface with.
- countries
A vector of ISO3 country codes.
Examples
# Create a session using your API token (provided by environment here)
session <- gdl_session(Sys.getenv('GDL_API_TOKEN'))
# Customize parameters
session <- set_dataset(session, 'shdi')
session <- set_countries(session, c('BEL', 'LUX', 'NLD'))