View source: R/get-decennial-recs.R
dicennial_varsearch | R Documentation |
Includes primary, subject and profile tables
dicennial_varsearch(regex, year = NULL)
regex |
search term |
year |
optionally restrict search to a specific year |
data.table of filtered variable codes and attributes
Michael Jensen
# Nursing home or medical group quarters
z <- dicennial_varsearch("^Total!!Institutionalized .*(nursing|hospital|hospice)")
# All variables from table POO1
z <- dicennial_varsearch("^P001")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.