OECD (version 0.2.4)

search_dataset: Search codes and descriptions of available OECD series

Description

Returns a data frame containing the series codes and descriptions for the OECD series which match the given criteria.

Usage

search_dataset(string, data = get_datasets(), ignore.case = TRUE)

Arguments

string

A regular expression string to search for.

data

The data frame to search. This can be either a data frame previously fetched using get_datasets (recommended) or left blank, in which case a temporary data frame is fetched. The second option adds a few seconds to each search query.

ignore.case

Whether the search should be case-insensitive.

Value

A data frame.

See Also

get_datasets

Examples

Run this code
# NOT RUN {
dsets <- get_datasets()
# }
# NOT RUN {
search_dataset("employment", dsets)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab