View source: R/sagang_splittableshapesbyattribute.R
sagang_splittableshapesbyattribute | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Split table/shapes by attribute (sagang:splittableshapesbyattribute). —————- Arguments —————- TABLE: Table / Shapes Argument type: source Acceptable values: - Path to a vector layer FIELD: Attribute Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names CUTS: Cuts Argument type: vectorDestination Acceptable values: - Path for new vector layer
sagang_splittableshapesbyattribute(
TABLE = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
CUTS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
TABLE |
|
FIELD |
|
CUTS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CUTS - outputVector - Cuts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.