View source: R/qgis-arguments.R
qgis_argument_spec | R Documentation |
Specify QGIS argument types
qgis_argument_spec(
algorithm = NA_character_,
name = NA_character_,
description = NA_character_,
qgis_type = NA_character_,
available_values = character(0),
acceptable_values = character(0)
)
algorithm |
A qualified algorithm name (e.g., |
name , description , qgis_type , available_values , acceptable_values |
Column values of |
A list()
with an element for each input argument.
This is an internal function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.