Learn R Programming

link2GI (version 0.5-3)

searchSAGAW: Searches recursively for existing 'Windows' 'SAGA GIS' installation(s)

Description

Searches recursivley for existing 'SAGA GIS' installation(s) on a given 'Windows' drive

Usage

searchSAGAW(DL = "C:", quiet = TRUE)

Value

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

Arguments

DL

drive letter default is "C:"

quiet

boolean switch for supressing messages default is TRUE

Author

Chris Reudenbach

Examples

Run this code
if (FALSE) {
#### Examples how to use searchSAGAW 

# get all valid SAGA installation folders and params
searchSAGAW()
}

Run the code above in your browser using DataLab