powered by
get_options lists all available parameter options for the required GIS function.
get_options
get_options(alg = NULL, qgis_env = set_env(), intern = FALSE)
Name of the GIS function for which options should be returned.
Environment containing all the paths to run the QGIS API. For more information, refer to set_env.
set_env
Logical, if TRUE the function captures the command line output as an R character vector (see also system).
TRUE
R
system
Function get_options simply calls processing.algoptions of the QGIS Python API.
processing.algoptions
# NOT RUN { get_options(alg = "saga:slopeaspectcurvature") # }
Run the code above in your browser using DataLab