This helper function constructs the batch and Python scripts which are necessary to run QGIS from the command line.
execute_cmds(processing_name = "processing.alglist", params = "",
qgis_env = set_env(), intern = FALSE)Name of the function from the processing library that should be used.
Parameter to be used with the processing function.
Environment containing all the paths to run the QGIS API. For
more information, refer to set_env.
Logical, if TRUE the function captures the command line
output as an R character vector (see also
system).