View source: R/qgis_setlayerencoding.R
qgis_setlayerencoding | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Set layer encoding (native:setlayerencoding). Sets the encoding used for reading a layer's attributes This algorithm sets the encoding used for reading a layer's attributes. No permanent changes are made to the layer, rather it affects only how the layer is read during the current session. Changing the encoding is only supported for some vector layer data sources.
qgis_setlayerencoding(
INPUT = qgisprocess:::qgis_default_value(),
ENCODING = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
ENCODING |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Output layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.