R/vector_discovery.R
explore_census_regions.RdFinding the right Census variables or regions can be complicated.
explore_census_vectors(dataset) and explore_census_regions(dataset) will open a
new browser page or tab to an interactive Census variable and region exploration and selection
tool on the Censusmapper.ca website. Interactive
tools available for the CA16, CA11, CA06, and CA01 Census datasets and geographies.
explore_census_regions(dataset = "CA16")if (FALSE) { # \dontrun{
explore_census_vectors(dataset = "CA16")
explore_census_regions(dataset = "CA11")
} # }