Learn R Programming

raptr (version 0.1.6)

is.gdalInstalled: Test if GDAL is installed on computer

Description

This function tests if GDAL is installed on the computer. If not, download it here: http://download.osgeo.org/gdal.

Usage

is.gdalInstalled()

Arguments

Value

logical is GDAL installed?

See Also

gdal_setInstallation.

Examples

Run this code
# NOT RUN {
# check if gdal is installed on system
# }
# NOT RUN {
is.gdalInstalled()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab