transmute.Spat: Create, modify and delete cell values/layers/attributes of Spat* objects
Description
transmute() creates a new object containing only the specified
computations. It is superseded because you can perform the same job
with mutate(.keep = "none").
Usage
# S3 method for SpatRaster
transmute(.data, ...)
# S3 method for SpatVector
transmute(.data, ...)
Value
A Spat* object of the same class as .data. See Methods.