Learn R Programming

RQGIS (version 1.0.4)

get_options: Get options of parameters for a specific GIS option

Description

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

Usage

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.

Examples

Run this code
# NOT RUN {
get_options(alg = "saga:slopeaspectcurvature")
# }

Run the code above in your browser using DataLab