Learn R Programming

reproducible (version 1.1.1)

checkGDALVersion: Check whether the system has a minimum version of GDAL available

Description

Check whether the system has a minimum version of GDAL available

Usage

checkGDALVersion(version)

Arguments

version

The minimum GDAL version to check for.

Value

Logical.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
  checkGDALVersion("2.0")
# }

Run the code above in your browser using DataLab