search_dataset: Search codes and descriptions of available OECD series

Description Usage Arguments Value See Also Examples

View source: R/main.R

Description

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

Usage

1
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

1
2
## Not run: dsets <- get_datasets()
## Not run: search_dataset("employment", dsets)

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

Related to search_dataset in OECD...