Load variables from a decennial Census or American Community Survey dataset to search in R
load_variables(year, dataset, cache = FALSE)
The year for which you are requesting variables. Either the year of the decennial Census, or the endyear for a 5-year ACS sample.
One of "sf1", "sf3", or "acs5".
Whether you would like to cache the dataset for future access, or load the dataset from an existing cache. Defaults to FALSE.
A tibble of variables from the requested dataset.