powered by
check_apps checks if software applications necessary to run QGIS (QGIS and Python plugins) are installed in the correct locations.
check_apps
check_apps(root, ...)
Path to the root directory. Usually, this is 'C:/OSGEO4~1', '/usr' and '/Applications/QGIS.app/' for the different platforms.
Optional arguments used in check_apps. Under Windows, set_env passes function argument dev to check_apps.
set_env
dev
The function returns a list with the paths to all the necessary QGIS-applications.
# NOT RUN { check_apps() # }
Run the code above in your browser using DataLab