Skip to contents

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().

Usage

ab_boundary()

Value

A SpatVector containing one polygon.

See also

mask_to_boundary() to clip a raster to this boundary.

Examples

if (FALSE) { # \dontrun{
ab <- ab_boundary()
terra::ext(ab)
} # }