Run a processing algorithm on the given data.
processing.runalg(alg, ..., .apiargs = NULL)
alg | the unique name of the processing algorithm |
---|---|
... | arguments to the processing algorithm. These should either all
be named (using the parameter names given by |
.apiargs | a named list of low-level parameters (such as |
The return value of the processing algorithm.
## processing.runalg("gdalogr:proximity", INPUT = "qgislayerid123", OUTPUT = "outfilename.tif", ## VALUES = 1, RTYPE = 4)