powered by
Switch the session to retrieve data for all available countries, rather than a specific set of countries.
set_countries_all(session)
An amended GDL session object.
A valid GDL session object to interface with.
if (FALSE) { # Create a session using your API token (provided by environment here) session <- gdl_session(Sys.getenv('GDL_API_TOKEN')) session <- set_countries_all(session) }
Run the code above in your browser using DataLab