View source: R/get_variables.R
get_variables | R Documentation |
Function produces a dataframe of variable IDs and their descriptive parameters from the Census Bureau's publicly available datasets.
get_variables( dataset, vintage = NULL, group = NULL, brief = FALSE, filter_str = NULL )
dataset |
A string that sets the name of the dataset of interest (e.g. "acs/acs5").
See |
vintage |
An optional numeric or vector of numerics that sets the year(s) of interest. |
group |
An optional string that sets the group name associated with a set of variables |
brief |
If TRUE out of the 10 columns, will return only columns |
filter_str |
A character string by which to filter the variable IDs. |
Get the variable IDs of Census Bureau and their descriptive parameters
A data.table
Rick Dean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.