rrm: Delete GRASS rasters.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Deletes GRASS rasters from current location and specified mapset

Usage

1
rrm(patt, mapset)

Arguments

patt

Pattern to search for (shell glob), with * and ? as wildcards. Cannot be missing.

mapset

GRASS mapset from which to remove the raster. If missing, the current mapset is used.

Details

To remove an item from a different mapset, the user must have permission to write to it. Removing an item from a different mapset changes mapsets, and thus resets any GRASS graphics devices.

Value

Does not return an R result.

Author(s)

Sarah Goslee <sarah.goslee@ars.usda.gov>

See Also

vrm, ~~~

Examples

1
2
3
4
## Not run: 
rrm("temprasters*")

## End(Not run)

phiala/grassR documentation built on May 25, 2019, 2:55 a.m.