acs_vars | R Documentation |
Dataset of ACS variable labels, loaded from tidycensus::load_variables()
for 2023 and cleaned up slightly.
acs_vars
A data frame with 28261 rows and 3 variables:
Variable code, where first 6 characters are the table number and last 3 digits are the variable number
Readable label of each variable
Table name
This dataset is updated with each annual ACS release, with an attribute year
giving the ACS endyear of the dataset.
US Census Bureau via tidycensus
Other ref-datasets:
ct5_clusters
,
decennial_vars
,
msa
,
naics_codes
,
neighborhood_tracts
,
occ_codes
,
proxy_pumas
,
regions
,
school_dists
,
table_nums
,
village2town
,
xwalk
,
zip2town
# get the year
attr(acs_vars, "year")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.