findSAGA: Search recursivly existing 'SAGA GIS' installation(s) at a...

View source: R/sagaControl.R

findSAGAR Documentation

Search recursivly existing 'SAGA GIS' installation(s) at a given drive/mountpoint

Description

Provides an list of valid 'SAGA GIS' installation(s) on your 'Windows' system. There is a major difference between osgeo4W and stand_alone installations. The functions trys to find all valid installations by analysing the calling batch scripts.

Usage

findSAGA(searchLocation = "default", quiet = TRUE)

Arguments

searchLocation

drive letter to be searched, for Windows systems default is C:, for Linux systems default is /usr.

quiet

boolean switch for supressing console messages default is TRUE

Value

A dataframe with the 'SAGA GIS' root folder(s), version name(s) and installation type code(s)

Author(s)

Chris Reudenbach

Examples

## Not run: 
# find recursively all existing 'SAGA GIS' installation folders starting 
# at the default search location
findSAGA()

## End(Not run)

gisma/link2GI documentation built on Nov. 10, 2023, 11:15 a.m.