get_dataset_names: get_dataset_names()

View source: R/get_dataset_names.R

get_dataset_namesR Documentation

get_dataset_names()

Description

Function produces a data.table/dataframe of the Census Bureau's dataset names that can be used in other Rcensus:: functions calling for a dataset name. See Census Bureau's publicly available datasets for descriptions.

Usage

get_dataset_names(year = NULL, filter_str = NULL)

Arguments

year

The year to select the datasets. If NULL, then all the years are returned.

filter_str

A character string by which to filter the dataset names column.

Details

Get the names and descriptions of the Census Bureau's datasets.

Value

A data.table

Author(s)

Rick Dean


deandevl/Rcensus documentation built on Aug. 9, 2022, 8:24 p.m.