search_datasets: Search for Datasets

View source: R/discovery.R

search_datasetsR Documentation

Search for Datasets

Description

Search for Datasets

Usage

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

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

Value

Tibble of matching datasets

Examples


search_datasets(name = "*employment*")
search_datasets(keywords = "census")
search_datasets(name = "*benefit*", keywords = "claimants")


nomisdata documentation built on Feb. 10, 2026, 5:10 p.m.