Learn R Programming

link2GI (version 0.5-3)

searchGDALW: Search recursively for valid 'GDAL' installation(s) on a 'Windows' OS

Description

Search for valid 'GDAL' installations on a 'Windows' OS

Usage

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

Value

A dataframe with the 'GDAL' root folder(s) the version name(s) and the installation type(s).

Arguments

DL

drive letter default is "C:"

quiet

boolean switch for supressing console messages default is TRUE

Author

Chris Reudenbach

Examples

Run this code

run = FALSE
if (run) {
# get all valid GDAL installation folders and params
searchGDALW()
}

Run the code above in your browser using DataLab