addColumnNameForLabels | R Documentation |
shinyLabel
column (attribute) to spatial vectorsAdd shinyLabel
column (attribute) to spatial vectors
addColumnNameForLabels(x, columnNameForLabels, ...)
## Default S3 method:
addColumnNameForLabels(x, columnNameForLabels, ...)
## S3 method for class 'list'
addColumnNameForLabels(x, columnNameForLabels, ...)
## S3 method for class 'sf'
addColumnNameForLabels(x, columnNameForLabels, ...)
## S3 method for class 'SpatialPolygonsDataFrame'
addColumnNameForLabels(x, columnNameForLabels, ...)
## S3 method for class 'SpatVector'
addColumnNameForLabels(x, columnNameForLabels, ...)
x |
a spatial vector object ( |
columnNameForLabels |
character or integer identifying an existing column (attribute)
to use as the |
... |
Additional arguments passed to other methods (not used) |
a modified object with the same class as x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.