qgis_savelog | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Save log to file (native:savelog). Saves the model's log contents to a file. This algorithm saves the model's execution log to a file. Optionally, the log can be saved in a HTML formatted version.
qgis_savelog(
OUTPUT = qgisprocess:::qgis_default_value(),
USE_HTML = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
OUTPUT |
|
USE_HTML |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputHtml - Log file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.