Learn R Programming

reproducible (version 1.2.8)

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)

Value

Logical.

Arguments

version

The minimum GDAL version to check for.

Author

Eliot McIntire and Alex Chubaty

Examples

Run this code

if (FALSE) {
  checkGDALVersion("2.0")
}

Run the code above in your browser using DataLab