View source: R/sagang_copyshapes.R
sagang_copyshapes | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Copy shapes (sagang:copyshapes). —————- Arguments —————- SHAPES: Shapes Argument type: source Acceptable values: - Path to a vector layer COPY: Copy Argument type: vectorDestination Acceptable values: - Path for new vector layer
sagang_copyshapes(
SHAPES = qgisprocess:::qgis_default_value(),
COPY = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
SHAPES |
|
COPY |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
COPY - outputVector - Copy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.