search_dataset {OECD}R Documentation

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

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


[Package OECD version 0.2.5 Index]