Description Usage Arguments Value Examples
Get datasets within categories
1 | get_datasets(name, within = FALSE, about = FALSE)
|
name |
If you know the ID of the dataset you're looking for, use the name parameter |
within |
The main category to look within. Defaults to 'Categories'. Can include 'States' or 'Cities' too. |
about |
Specify your topic. Can include terms like 'Entertainment', 'Sports', 'assam' |
a tibble of the search results
1 2 3 4 5 | get_datasets()
get_datasets(within = 'Categories')
get_datasets(within = 'States', about = 'assam')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.