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 |
ignore.case |
Whether the search should be case-insensitive. |
Value
A data frame.
See Also
Examples
## Not run: dsets <- get_datasets()
## Not run: search_dataset("employment", dsets)
[Package OECD version 0.2.5 Index]