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.