powered by
Get the names of Census Bureau variable groups and their descriptive parameters
Function produces a data.table of variable groups/tables and their descriptions.
data.table
get_groups(dataset = NULL, vintage = NULL)
A data.table
A required string that sets the acronym name of the data set of interest (e.g. "acs/acs5")
An required numeric that sets the year of interest.
library(jsonlite) library(data.table) library(httr2) library(RcensusPkg) acs5_groups_dt <- RcensusPkg::get_groups( dataset = "acs/acs5", vintage = 2019)
Run the code above in your browser using DataLab