acs_vars: Variable labels from the 2023 ACS

acs_varsR Documentation

Variable labels from the 2023 ACS

Description

Dataset of ACS variable labels, loaded from tidycensus::load_variables() for 2023 and cleaned up slightly.

Usage

acs_vars

Format

A data frame with 28261 rows and 3 variables:

name

Variable code, where first 6 characters are the table number and last 3 digits are the variable number

label

Readable label of each variable

concept

Table name

Details

This dataset is updated with each annual ACS release, with an attribute year giving the ACS endyear of the dataset.

Source

US Census Bureau via tidycensus

See Also

Other ref-datasets: ct5_clusters, decennial_vars, msa, naics_codes, neighborhood_tracts, occ_codes, proxy_pumas, regions, school_dists, table_nums, village2town, xwalk, zip2town

Examples

# get the year
attr(acs_vars, "year")

CT-Data-Haven/cwi documentation built on Feb. 27, 2025, 10:46 a.m.