lifecycle::badge("deprecated")
Grab variables from several censuses on a common geography. Requires sf package to be available Will return CT level data
get_tongfen_ca_census_ct_from_da(
  regions,
  vectors,
  geo_format = NA,
  use_cache = TRUE,
  na.rm = TRUE,
  quiet = TRUE
)dataframe with variables on common geography
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`