qgis_path {qgisprocess} | R Documentation |
Get metadata about the used 'qgis_process' command
Description
qgis_path()
returns the filepath of the 'qgis_process' command, while
qgis_version()
returns the QGIS version.
Usage
qgis_path(query = FALSE, quiet = TRUE)
qgis_version(query = FALSE, quiet = TRUE, full = TRUE, debug = FALSE)
Arguments
query |
Use |
quiet |
Use |
full |
Logical.
If |
debug |
Logical.
If |
Value
A string.
See Also
Other topics about reporting the QGIS state:
has_qgis()
,
qgis_algorithms()
,
qgis_using_json_input()
Examples
qgis_path()
qgis_path(quiet = FALSE)
qgis_version()
qgis_version(full = FALSE)
qgis_version(debug = TRUE)
[Package qgisprocess version 0.4.0 Index]