powered by
Returns a new GDL session object
gdl_session(token)
A GDL session object for the token with default indicators set.
A valid GDL API token, obtainable from GlobalDataLab.org
if (FALSE) { # Create a session using your API token (provided by environment here) session <- gdl_session(Sys.getenv('GDL_API_TOKEN')) }
Run the code above in your browser using DataLab