OECD (version 0.2.3.999)

get_datasets: 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 data.frame (e.g. stringsAsFactors = FALSE).

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

Run this code
# NOT RUN {
datasets <- get_datasets()
# }
# NOT RUN {
head(datasets)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace