Detect QGIS installations with 'qgis_process' on Windows and macOS
Source:R/qgis-detect.R
qgis_detect_paths.Rd
Discovers existing 'qgis_process' executables on the system and returns their
filepath.
Only available for Windows and macOS systems.
qgis_detect_paths()
is a shortcut to qgis_detect_windows_paths()
on
Windows and qgis_detect_macos_paths()
on macOS.
Note
These functions do not verify whether the discovered 'qgis_process'
executables successfully run.
You can run qgis_path(query = TRUE, quiet = FALSE)
to discover and cache
the first 'qgis_process' in the list that works.