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