Search recursively for valid 'GDAL' installation(s) on a 'Windows' OS
Search for valid 'GDAL' installations on a 'Windows' OS
searchGDALW(DL = "C:/", quiet = TRUE)
DL
: drive letter default is 'C:/'quiet
: boolean switch for supressing console messages default is TRUEA dataframe with the 'GDAL' root folder(s) the version name(s) and the installation type(s).
run = FALSE if (run) { # get all valid GDAL installation folders and params searchGDALW() }
Chris Reudenbach
Useful links