View source: R/qgis_addfieldtoattributestable.R
qgis_addfieldtoattributestable | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Add field to attributes table (native:addfieldtoattributestable). This algorithm adds a new attribute to a vector layer. The name and characteristics of the attribute are defined as parameters. The new attribute is not added to the input layer but a new layer is generated instead.
qgis_addfieldtoattributestable(
INPUT = qgisprocess:::qgis_default_value(),
FIELD_NAME = qgisprocess:::qgis_default_value(),
FIELD_TYPE = qgisprocess:::qgis_default_value(),
FIELD_LENGTH = qgisprocess:::qgis_default_value(),
FIELD_PRECISION = qgisprocess:::qgis_default_value(),
FIELD_ALIAS = qgisprocess:::qgis_default_value(),
FIELD_COMMENT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
FIELD_NAME |
|
FIELD_TYPE |
|
FIELD_LENGTH |
|
FIELD_PRECISION |
|
FIELD_ALIAS |
|
FIELD_COMMENT |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.