Learn R Programming

RQGIS (version 1.0.4)

setup_mac: Set all Mac paths necessary to start QGIS

Description

Helper function to start QGIS application under macOS.

Usage

setup_mac(qgis_env = set_env())

Arguments

qgis_env

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

Value

The function changes the system settings using base::Sys.setenv().

Examples

Run this code
# NOT RUN {
setup_mac()
# }

Run the code above in your browser using DataLab