findGDAL | R Documentation |
Provides an list of valid 'GDAL' installation(s) on your 'Windows' system. There is a major difference between osgeo4W and stand_alone installations. The functions trys to find all valid installations by analysing the calling batch scripts.
findGDAL(searchLocation = "default", quiet = TRUE)
searchLocation |
drive letter to be searched, for Windows systems default
is |
quiet |
boolean switch for supressing console messages default is TRUE |
A dataframe with the 'GDAL' root folder(s), and command line executable(s)
Chris Reudenbach
run = FALSE
if (run) {
# find recursively all existing 'GDAL' installations folders starting
# at the default search location
findGDAL()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.