Get the table of feature attributes
Get tabular information of the attributes of features.
getFeatures(x) ## S4 method for signature 'ANY' getFeatures(x) ## S4 method for signature 'geom' getFeatures(x) ## S4 method for signature 'Spatial' getFeatures(x) ## S4 method for signature 'sf' getFeatures(x) ## S4 method for signature 'Raster' getFeatures(x) ## S4 method for signature 'matrix' getFeatures(x)
x |
the object from which to derive the attribute table. |
This table contains at least the column 'fid'. In case x
has
any typ other than 'grid', it contains also the column 'gid' and in case it
has type 'grid', it also contains the column 'values'.
A tibble (or a list of tibbles per layer) of the feature attributes
of x
.
getFeatures(x = gtGeoms$polygon) getFeatures(x = gtRasters)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.