.vDetachDatabase {fasterRaster} | R Documentation |
Add a database table to a GRASS attribute table
Description
.vDetachDatabase()
detaches the database from a GRASS vector and deletes it. This table is meant to be "invisible" to most users–they should use interact with attribute tables using the GVector
slot @table
. Some functions do require tables (e.g., extract()
and spatSample()
). This function is mostly of use to developers.
Usage
.vDetachDatabase(x)
Arguments
x |
A |
Value
Invisibly returns the sources()
name of a vector in GRASS.
[Package fasterRaster version 8.4.1.0 Index]