get_census_geometry | R Documentation |
This function will be removed in future versions.
get_census_geometry(dataset, regions, level = NA, geo_format = "sf", ...)
dataset |
A CensusMapper dataset identifier. |
regions |
A named list of census regions to retrieve. Names must be valid census aggregation levels. |
level |
The census aggregation level to retrieve, defaults to |
geo_format |
By default is set to |
... |
Further arguments passed to |
Census data and boundary geographies are reproduced and distributed on an "as is" basis with the permission of Statistics Canada (Statistics Canada 2006; 2011; 2016).
# Query the API for data geographies in Vancouver, at the census subdivision
# level:
## Not run:
# Query the API for geographies in Vancouver, at the census subdivision
# level, and return the associated geography files in \code{sf} format:
census_data <- get_census(dataset='CA16', regions=list(CMA="59933"),
level='CSD', geo_format = "sf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.