Learn R Programming

nomisdata (version 0.1.1)

search_datasets: Search for Datasets

Description

Search for Datasets

Usage

search_datasets(
  name = NULL,
  keywords = NULL,
  description = NULL,
  content_type = NULL,
  units = NULL
)

Value

Tibble of matching datasets

Arguments

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

Examples

Run this code
# \donttest{
search_datasets(name = "*employment*")
search_datasets(keywords = "census")
search_datasets(name = "*benefit*", keywords = "claimants")
# }

Run the code above in your browser using DataLab