powered by
The country to retrieve GDL indicator data for.
set_country(session, country)
An amended GDL session object.
A valid GDL session object to interface with.
An ISO3 country code.
if (FALSE) { # Create a session using your API token (provided by environment here) session <- gdl_session(Sys.getenv('GDL_API_TOKEN')) session <- set_country(session, 'IND') }
Run the code above in your browser using DataLab