Learn R Programming

link2GI (version 0.5-3)

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

Description

Search for valid 'GRASS GIS' installations at a given 'Linux' mount point

Usage

searchSAGAX(MP = "/usr", quiet = TRUE)

Value

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

Arguments

MP

default mount point is /usr

quiet

boolean switch for supressing console messages default is TRUE

Author

Chris Reudenbach

Examples

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

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

Run the code above in your browser using DataLab