Grab variables from several censuses on a common geography. Requires sf package to be available Will return CT level data
get_tongfen_census_ct(
regions,
vectors,
geo_format = NA,
na.rm = TRUE,
quiet = TRUE,
refresh = FALSE
)
census region list, should be inclusive list of GeoUIDs across censuses
List of cancensus vectors, can come from different census years
geographic format for returned data, 'sf' for sf format and `NA``
remove NA values when aggregating up values, default is `TRUE`
suppress download progress output, default is `FALSE`
optional character, refresh data cache for this call
dataframe with census variables on common geography