set_countries_all {gdldata} | R Documentation |
Set session to retrieve data for all available countries
Description
Switch the session to retrieve data for all available countries, rather than a specific set of countries.
Usage
set_countries_all(session)
Arguments
session |
A valid GDL session object to interface with. |
Value
An amended GDL session object.
Examples
## Not run:
# Create a session using your API token (provided by environment here)
session <- gdl_session(Sys.getenv('GDL_API_TOKEN'))
session <- set_countries_all(session)
## End(Not run)
[Package gdldata version 0.1 Index]