Learn R Programming

link2GI (version 0.5-3)

searchGRASSW: Search recursivly valid 'GRASS GIS' installation(s) on a given 'Windows' drive

Description

Provides an list of valid 'GRASS 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

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

Value

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

Arguments

DL

drive letter to be searched, default is "C:"

quiet

boolean switch for supressing console messages default is TRUEs

Author

Chris Reudenbach

Examples

Run this code
if (FALSE) {
# get all valid 'GRASS GIS' installation folders and params at "C:"
searchGRASSW()
}

Run the code above in your browser using DataLab