searchGDALX {link2GI} | R Documentation |
Search for valid 'GDAL' installations on a 'X-based' OS
searchGDALX(MP = "/usr/bin", quiet = TRUE)
MP |
drive letter default is '/usr/bin' |
quiet |
boolean switch for supressing messages default is TRUE |
A dataframe with the 'GDAL' root folder(s) the version name(s) and the installation type(s).
Chris Reudenbach
run = FALSE
if (run) {
# get all valid GDAL installation folders and params
searchGDALX()
}