View source: R/qgis_executesql.R
qgis_executesql | R Documentation |
QGIS Algorithm provided by QGIS Execute SQL (qgis:executesql). Runs a simple or complex query with SQL syntax. Input data sources are identified with input1, input2, ..., inputN and a simple query will look like: SELECT * FROM input1 The result of the query will be added as a new layer.
qgis_executesql(
INPUT_DATASOURCES = qgisprocess:::qgis_default_value(),
INPUT_QUERY = qgisprocess:::qgis_default_value(),
INPUT_UID_FIELD = qgisprocess:::qgis_default_value(),
INPUT_GEOMETRY_FIELD = qgisprocess:::qgis_default_value(),
INPUT_GEOMETRY_TYPE = qgisprocess:::qgis_default_value(),
INPUT_GEOMETRY_CRS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT_DATASOURCES |
|
INPUT_QUERY |
|
INPUT_UID_FIELD |
|
INPUT_GEOMETRY_FIELD |
|
INPUT_GEOMETRY_TYPE |
|
INPUT_GEOMETRY_CRS |
|
OUTPUT |
|
... |
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 - SQL Output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.