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

View source: R/gdalControls.R

searchGDALXR Documentation

Search recursively for valid 'GDAL' installation(s) on a 'X-based' OS

Description

Search for valid 'GDAL' installations on a 'X-based' OS

Usage

searchGDALX(MP = "/usr/bin", quiet = TRUE)

Arguments

MP

drive letter default is "/usr/bin"

quiet

boolean switch for supressing 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
searchGDALX()
}

gisma/link2GI documentation built on May 9, 2024, 7:27 a.m.