get_options: Get options of parameters for a specific GIS option

Description Usage Arguments Details Author(s) Examples

View source: R/processing.R

Description

get_options lists all available parameter options for the required GIS function.

Usage

1
get_options(alg = "", intern = FALSE, qgis_env = set_env())

Arguments

alg

Name of the GIS function for which options should be returned.

intern

Logical, if TRUE the function captures the command line output as an R character vector. If FALSE, the default, the output is printed to the console in a pretty way.

qgis_env

Environment containing all the paths to run the QGIS API. For more information, refer to set_env().

Details

Function get_options simply calls processing.algoptions of the QGIS Python API.

Author(s)

Jannes Muenchow, Victor Olaya, QGIS core team

Examples

1
2
3
4
## Not run: 
get_options(alg = "saga:slopeaspectcurvature")

## End(Not run)

jannes-m/RQGIS documentation built on April 19, 2020, 11:41 p.m.