Given a SpatialPolygonsDataFrame v, we are able to directly modify the table: v@data[25,3] <- "shrub" How can the same operation be done with terra in case v is a SpatVector? I know we can extract the ...