Description Usage Arguments Value See Also Examples
Returns a data frame containing the series codes and descriptions for the OECD series which match the given criteria.
1 | search_dataset(string, data = get_datasets(), ignore.case = TRUE)
|
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. |
A data frame.
1 2 | ## Not run: dsets <- get_datasets()
## Not run: search_dataset("employment", dsets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.