View source: R/census_polygons.R
download_cd | R Documentation |
Download census division from the stats can website & filter on province
download_cd(
PR = "35",
use_cartographic = F,
dir_to_dl = here::here("data", "cd"),
dir_cache = here::here("data", "cache"),
new_crs = NULL
)
PR |
str. province ID - e.g. 35 (On) or 24 (Qc) |
use_cartographic |
bool |
Caches tmp files
shp_cd sf object with cd for that province - idname CDUID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.