Description Usage Arguments Value Examples
View source: R/get_acs_variable_catalog.R
get_acs_variable_catalog
1 2 3 4 5 6 | get_acs_variable_catalog(
year = 2019,
dataset = "acs5",
label_filter = "*",
concept_filter = "*"
)
|
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 |
tibble containing name, label, and concept for 27,000 + ACS fields
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.