.vNames | R Documentation |
This function returns the column names of a GRASS vector's attribute table.
.vNames(x)
x |
A |
Character vector.
if (grassStarted()) {
madRivers <- fastData("madRivers")
rivers <- fast(madRivers)
.vCats(rivers)
.vHasDatabase(rivers)
.vAsDataTable(rivers)
.vRecat(rivers) # dangerous--re-categorizes geometries!
.vValidCats(rivers)
.vDetachDatabase(rivers) # dangerous--detaches database!
.vAttachDatabase(rivers)
# Ensure we don't use this for other examples!
.rm(rivers) # delete in GRASS
rm(rivers) # delete in R
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.