Description Usage Arguments Value Examples
View source: R/list_datasets.R
List all Datasets
1 2 3 4 5 6 7 |
q |
text search over all the meta |
country |
Country name to filter datasets on |
theme |
theme name to filter datasets on [look list_themes()] |
keyword |
keword name to filter datasets on [look list_keywords()] |
operation |
query operation [and , or(the Default value)] |
a tibble
1 2 3 4 5 6 | ## Not run:
list_datasets(country = "Saudi Arabia")
list_datasets(q = "custom.country = 'Saudi Arabia'")
list_datasets(theme = "water", keyword = "Water", operation = "or")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.