Learn R Programming

raptr (version 0.0.1)

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
# check if gdal is installed on system
## Not run: 
# is.gdalInstalled()
# ## End(Not run)

Run the code above in your browser using DataLab