Learn R Programming

RQGIS (version 0.2.0)

build_py: Little helper function to construct the Python-skeleton

Description

This helper function simply constructs the Python-skeleton necessary to run the QGIS-Python API.

Usage

build_py(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.

Examples

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

Run the code above in your browser using DataLab