| search_datasets | R Documentation |
Search for Datasets
search_datasets(
name = NULL,
keywords = NULL,
description = NULL,
content_type = NULL,
units = NULL
)
name |
Character vector of name search terms (supports wildcards *) |
keywords |
Character vector of keyword search terms |
description |
Character vector of description search terms |
content_type |
Character vector of content types |
units |
Character vector of units |
Tibble of matching datasets
search_datasets(name = "*employment*")
search_datasets(keywords = "census")
search_datasets(name = "*benefit*", keywords = "claimants")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.