- dataset
An optional string that sets the name of a dataset category of interest.
- category
An optional string that sets the category of datasets. The available
categories are one of the following:
acs1 | American Community Survey 1-Year Data |
acs/acsse | American Community Survey Supplemental Data |
acs5 | American Community Survey 5-Year Data |
dec | Decennial Census |
ecnbasic | Economy-Wide Key Statistics |
timeseries/idb | Time Series International Database |
abs | Annual Business Survey |
- vintage
An required numeric that sets the year of interest. The default is 2020.
- vars
An optional vector of variable names whose descriptions are of interest.
This parameter requires that either 'dataset' or 'category' had been defined.
- group
An optional string that sets the group name associated with a set of variables.
This parameter requires that either 'dataset' or 'category' had been defined.
See Rcensus::get_groups() for available group names under a specific dataset and vintage.
- filter_group_est
A logical which if TRUE will filter the variable names from 'group' and return
only estimate related variable names. The default is FALSE.
- filter_name_str
A character string by which to filter the resultant data.table's "name" column.
- filter_label_str
A character string by which to filter the resultant data.table's "label" column.
- filter_concept_str
A character string by which to filter the resultant data.table's "concept" column.
- ignore_case
A logical which if FALSE will not ignore case in filtering the "name", "label", "concept" column.
- fixed
A logical which if TRUE, then the above filter strings are used 'as is' in matching.