powered by
Search for Datasets
search_datasets( name = NULL, keywords = NULL, description = NULL, content_type = NULL, units = NULL )
Tibble of matching datasets
Character vector of name search terms (supports wildcards *)
Character vector of keyword search terms
Character vector of description search terms
Character vector of content types
Character vector of units
# \donttest{ search_datasets(name = "*employment*") search_datasets(keywords = "census") search_datasets(name = "*benefit*", keywords = "claimants") # }
Run the code above in your browser using DataLab