census_geo_types | R Documentation |
A dataset with descriptions of the different kinds of geographic unique identifiers (GEOUIDs) Statistics Canada (StatsCan) uses and accepts in its API calls.
census_geo_types
A tibble with seven columns:
Human-readable name of the GEOUID type.
Vintage geographic reference year abbreviation: either CENSUS, FED, or HRBR.
A = administrative, S = statistical.
A four-digit number that identifies this type of GEOUID.
The type of GEOUID. This is often a column name in StatsCan shapefiles.
Human-readable name of an example geography of this type.
API-readable unique GEOUID of the human-readable example geography name.
...
StatsCan defines a number of GEOUID types that correspond to different geographical units (e.g. provinces, census subdivisions, metropolitan areas). This table shows all GEOUID types that StatsCan's API accepts, and shows how to use a specific identifier (e.g. a dissemination block ID) and turn it into an API-readable GEOUID.
This table is pulled directly from StatsCan, and you can consult StatsCan's website for more details here:
https://www150.statcan.gc.ca/n1/pub/92f0138m/92f0138m2019001-eng.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.