R/geo_suite.R
get_statcan_geography_relationships.RdReads the Dissemination Geographies Relationship File for the given census year. The table contains the information on how all the geographic levels are related for each area. Data gets cached after first download if the cancensus cache path has been set. A reference guide is available at https://www150.statcan.gc.ca/n1/en/catalogue/982600032021001
get_statcan_geography_relationships(census_year = "2021", refresh = FALSE)tibble with the relationship data
# list add the cached census data
if (FALSE) { # \dontrun{
get_statcan_geography_relationships("2021")
} # }