qgis_show_help | R Documentation |
Show algorithm help
qgis_show_help(algorithm)
qgis_description(algorithm)
qgis_arguments(algorithm)
qgis_outputs(algorithm)
qgis_help(algorithm)
algorithm |
A qualified algorithm name (e.g., "native:filedownloader") or a path to a QGIS model file. |
if (has_qgis()) qgis_show_help("native:filedownloader")
if (has_qgis()) qgis_description("native:filedownloader")
if (has_qgis()) qgis_arguments("native:filedownloader")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.