qgis_session_info: QGIS session info

Description Usage Arguments Value Author(s) Examples

View source: R/processing.R

Description

qgis_session_info() reports the version of QGIS and installed third-party providers (so far GRASS 6, GRASS 7, and SAGA). Additionally, it figures out with which SAGA versions the QGIS3 installation is compatible.

Usage

1
qgis_session_info(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 returns a list with following elements:

  1. gdal: Name and version of GDAL used by RQGIS3.

  2. grass7: GRASS 7 version number, if installed to use with QGIS.

  3. qgis_version: Name and version of QGIS used by RQGIS3.

  4. saga: The installed SAGA version used by QGIS.

Author(s)

Jannes Muenchow, Victor Olaya, QGIS core team

Examples

1
2
3
4
## Not run: 
qgis_session_info()

## End(Not run)

jannes-m/RQGIS3 documentation built on Oct. 12, 2020, 7:28 a.m.