.vectInfo: Metadata on a vector in GRASS
Description
This function queries GRASS to obtain metadata on a vector.
Usage
.vectInfo(x, integer = TRUE, cats = NULL)
Value
A vectInfo
object (a list).
Arguments
- x
A GVector
or the sources()
name of one.
- integer
Logical. If TRUE
(default), the "cats" of a vector will be returned as type integer. If FALSE
, they will be returned as a character vector.
- cats
NULL
(default) or an integer vector of category numbers, one per geometry.