Learn R Programming

RQGIS (version 0.1.0)

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 = NULL, qgis_env = set_env(), intern = FALSE)

Arguments

alg
Name of the GIS function for which options should be returned.
qgis_env
Environment containing all the paths to run the QGIS API. For more information, refer to set_env.
intern
Logical which indicates whether to capture the output of the command as an R character vector (see also system.

Details

Function get_options simply calls processing.algoptions using Python.

Examples

Run this code
## Not run: 
# get_options(alg = "saga:slopeaspectcurvature")
# ## End(Not run)

Run the code above in your browser using DataLab