Learn R Programming

RQGIS (version 0.1.0)

check_apps: Checking paths to QGIS applications

Description

check_apps checks if platform-dependent applications (e.g, QGIS, Python27, etc.) are installed in the correct locations.

Usage

check_apps(root, ...)

Arguments

root
Path to the root directory. Usually, this is 'C:/OSGeo4W64' ('C:/OSGeo4w32'), '/usr' and '/Applications/QGIS.app/' for the different platforms.
...
Optional arguments used in check_apps. Here, set_env passes ltr to check_apps.

Value

The function returns a list with the paths to all the necessary QGIS-applications.

Examples

Run this code
## Not run: 
# check_apps("C:/OSGeo4W64")
# ## End(Not run)

Run the code above in your browser using DataLab