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

View source: R/gdalControls.R

searchGDALWR Documentation

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)

Arguments

DL

drive letter default is "C:/"

quiet

boolean switch for supressing console messages default is TRUE

Value

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

Author(s)

Chris Reudenbach

Examples


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

gisma/link2GI documentation built on May 4, 2024, 1:18 a.m.