Grab variables from several censuses on a common geography. Requires sf package to be available Will return CT level data
get_tongfen_census_da(
regions,
vectors,
geo_format = NA,
use_cache = TRUE,
na.rm = TRUE,
quiet = TRUE
)
census region list, should be inclusive list of GeoUIDs across censuses
List of cancensus vectors, can come from different census years
`NA` to only get the variables or 'sf' to also get geographic data
logical, passed to `cancensus::get_census` to regulate caching
logical, determines how NA values should be treated when aggregating variables
suppress download progress output, default is `TRUE`
dataframe with variables on common geography