Description Usage Arguments Details Value Author(s) See Also Examples
Deletes GRASS vectors from current location and mapset
1 |
patt |
Pattern to search for (shell glob), with * and ? as wildcards. Cannot be missing. |
mapset |
GRASS mapset from which to remove the vector. If missing, the current mapset is used. |
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.
Does not return an R result.
Sarah Goslee <sarah.goslee@ars.usda.gov>
rrm
, ~~~
1 2 3 4 | ## Not run:
vrm("tempvectors*")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.