Skip to contents

Returns a tibble mapping all variables (raw ACS variables and computed indicators) to their construct-level table name. This provides a comprehensive view of every variable that compile_acs_data() produces.

Usage

list_variables(year = 2022)

Arguments

year

The ACS year used to resolve variable names (default 2022).

Value

A tibble with columns variable and table.

Examples

if (FALSE) { # \dontrun{
list_variables()
list_variables() %>% dplyr::filter(table == "age")
} # }