get_datasets: Get a data frame with information on all available datasets.

Description Usage Arguments Value See Also Examples

View source: R/main.R

Description

Returns a data frame with two variables: id and description

Usage

1

Arguments

...

Additional parameters passed to httr::GET.

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

1
2
## Not run: datasets <- get_datasets()
## Not run: head(datasets)

OECD documentation built on Dec. 11, 2021, 9:37 a.m.

Related to get_datasets in OECD...