View source: R/qgis_raisewarning.R
qgis_raisewarning | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Raise warning (native:raisewarning). Raises an warning message. This algorithm raises a warning message in the log. The warning message can be customized, and optionally an expression based condition can be specified. If an expression condition is used, then the warning will only be logged if the expression result is true. A false result indicates that no warning will be logged.
qgis_raisewarning(
MESSAGE = qgisprocess:::qgis_default_value(),
CONDITION = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
MESSAGE |
|
CONDITION |
|
... |
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.