View source: R/get_dataset_names.R
get_dataset_names | R Documentation |
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.
get_dataset_names(year = NULL, filter_str = NULL)
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. |
Get the names and descriptions of the Census Bureau's datasets.
A data.table
Rick Dean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.