get_agricultural_divisions {canadamaps} | R Documentation |
This function aggregates the Census Divisions (CD) map to provide the Census Agricultural Region (CAR) map. The idea is to avoid providing a dataset with map that can be obtained as an aggregation of another.
get_agricultural_divisions(map = census_divisions)
map |
which map to add, by default it takes the complete Census Divisions (CD) map |
a tibble with economic regions, provinces and geometry (multipolygon) fields.
get_agricultural_divisions(
census_divisions[census_divisions$prname == "Ontario",]
)