Set session to retrieve data for all available countries
Source:R/setter_funcs.R
set_countries_all.RdSwitch the session to retrieve data for all available countries, rather than a specific set of countries.
Examples
# Create a session using your API token (provided by environment here)
session <- gdl_session(Sys.getenv('GDL_API_TOKEN'))
session <- set_countries_all(session)