View source: R/qgis_exporttospreadsheet.R
qgis_exporttospreadsheet | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Export to spreadsheet (native:exporttospreadsheet). This algorithm collects a number of existing layers and exports them into a spreadsheet document. Optionally the layers can be appended to an existing spreadsheet as additional sheets.
qgis_exporttospreadsheet(
LAYERS = qgisprocess:::qgis_default_value(),
USE_ALIAS = qgisprocess:::qgis_default_value(),
FORMATTED_VALUES = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
OVERWRITE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LAYERS |
|
USE_ALIAS |
|
FORMATTED_VALUES |
|
OUTPUT |
|
OVERWRITE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputFile - Destination spreadsheet
OUTPUT_LAYERS - outputMultilayer - Layers within spreadsheet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.