View source: R/qgis_orderbyexpression.R
qgis_orderbyexpression | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Order by expression (native:orderbyexpression). This algorithm sorts a vector layer according to an expression. Be careful, it might not work as expected with some providers, the order might not be kept every time. For help with QGIS expression functions, see the inbuilt help for specific functions which is available in the expression builder.
qgis_orderbyexpression(
INPUT = qgisprocess:::qgis_default_value(),
EXPRESSION = qgisprocess:::qgis_default_value(),
ASCENDING = qgisprocess:::qgis_default_value(),
NULLS_FIRST = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
EXPRESSION |
|
ASCENDING |
|
NULLS_FIRST |
|
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 - Ordered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.