Returns the 2020 revision of the Alberta provincial boundary as a
single dissolved polygon in ab_crs(). This is the default
boundary used by mask_to_boundary().
See also
mask_to_boundary() to clip a raster to this boundary.
Examples
if (FALSE) { # \dontrun{
ab <- ab_boundary()
terra::ext(ab)
} # }