View source: R/qgis_condition.R
qgis_condition | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Conditional branch (native:condition). Adds a conditional branch into a model, allowing parts of the model to be selectively executed. This algorithm adds a conditional branch into a model, allowing parts of the model to be executed based on the result of an expression evaluation.
qgis_condition(
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
No output description provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.