mask_raster_to_polygon.Rd
This function rapidly masks a Rast object to an sf object.
mask_raster_to_polygon( ras = NULL, mask = NULL, inverse = FALSE, updatevalue = NA )
A Rast object.
A Rast or sf object.
Logical. If TRUE, the mask is inverted.
The value to update the Rast object with.