.vAttachDatabase | R Documentation |
.vAttachDatabase()
adds a table to a GRASS vector. This table is meant to be "invisible" to most users–they should use interact with attribute tables using the GVector
slot @table
. Some functions require tables (e.g., extract()
and spatSample()
). This function is mostly of use to developers.
.vAttachDatabase(x, table = NULL, replace = TRUE, cats = NULL)
x |
A |
table |
Either
There should be one row/value per geometry in |
replace |
Logical: If |
cats |
Either |
Invisibly returns the sources()
name of a vector in GRASS.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.