get_datasets {OECD} | R Documentation |
Get a data frame with information on all available datasets.
Description
Returns a data frame with two variables: id
and description
Usage
get_datasets(...)
Arguments
... |
Additional parameters passed to |
Value
A data frame.
See Also
search_dataset
to search for a specific data set or a
keyword in the description, and get_data_structure
to get the
dimensions of specified data set.
Examples
## Not run: datasets <- get_datasets()
## Not run: head(datasets)
[Package OECD version 0.2.5 Index]