Learn R Programming

RQGIS (version 0.2.0)

execute_cmds: Building and executing cmd and Python scripts

Description

This helper function constructs the batch and Python scripts which are necessary to run QGIS from the command line.

Usage

execute_cmds(processing_name = "processing.alglist", params = "",
  qgis_env = set_env(), intern = FALSE)

Arguments

processing_name

Name of the function from the processing library that should be used.

params

Parameter to be used with the processing function.

qgis_env

Environment containing all the paths to run the QGIS API. For more information, refer to set_env.

intern

Logical, if TRUE the function captures the command line output as an R character vector (see also system).