View source: R/reference_funcs.R
| gdl_indicators | R Documentation | 
Returns the list of indicators available in the current dataset.
gdl_indicators(session)
| session | A valid GDL session object to interface with. | 
A data frame containing a list of indicators for the dataset.
## Not run: 
# Create a session using your API token (provided by environment here)
session <- gdl_session(Sys.getenv('GDL_API_TOKEN'))
# Request list of available indicators
indicators <- gdl_indicators(session)
head(indicators, n=10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.