get_acs_variable_catalog: get_acs_variable_catalog

Description Usage Arguments Value Examples

View source: R/get_acs_variable_catalog.R

Description

get_acs_variable_catalog

Usage

1
2
3
4
5
6
get_acs_variable_catalog(
  year = 2019,
  dataset = "acs5",
  label_filter = "*",
  concept_filter = "*"
)

Arguments

year

numeric effective year for ACS data

dataset

character typcially set to "acs5"

label_filter

character use "*" to accept all variables or a character to filter the returned variabls

concept_filter

character use "*" to accept all concepts or a character value to filter the returned concepts

Value

tibble containing name, label, and concept for 27,000 + ACS fields

Examples

1
2
3
4
5
## Not run: 
View(get_acs_variable_catalog())
View(get_acs_variable_catalog(label_filter = "transportation", concept_filter = "vehicle"))

## End(Not run)

johnaclouse/geospatialized documentation built on March 6, 2022, 12:31 a.m.