download_econ_regions: Download economic regions from the stats can website & filter...

View source: R/census_polygons.R

download_econ_regionsR Documentation

Download economic regions from the stats can website & filter on province

Description

Download economic regions from the stats can website & filter on province

Usage

download_econ_regions(
  PR = "35",
  use_cartographic = F,
  dir_to_dl = here::here("data", "er"),
  dir_cache = here::here("data", "cache"),
  new_crs = NULL
)

Arguments

PR

str. province ID - e.g. 35 (On) or 24 (Qc)

use_cartographic

bool

Details

Caches tmp files

Value

shp_econ_regions sf object with economic regions for that province


cgauvi/sfSpHelpers documentation built on June 30, 2023, 10:48 p.m.