powered by
Sets the indicator to retrieve from the dataset.
set_indicator(session, indicator)
An amended GDL session object.
A valid GDL session object to interface with.
Indicator to retrieve (string)
if (FALSE) { # Create a session using your API token (provided by environment here) session <- gdl_session(Sys.getenv('GDL_API_TOKEN')) session <- set_indicator(session, 'iwi') }
Run the code above in your browser using DataLab