View source: R/qgis_flattenrelationships.R
qgis_flattenrelationships | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Flatten relationship (native:flattenrelationships). Flatten a relationship for a vector layer. This algorithm flattens a relationship for a vector layer, exporting a single layer containing one master feature per related feature. This master feature contains all the attributes for the related features. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_flattenrelationships(
INPUT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
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 - Flattened layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.