Learn R Programming

geos (version 0.2.4)

geos_version: GEOS version information

Description

GEOS version information

Usage

geos_version(runtime = TRUE)

Arguments

runtime

Use FALSE to return the build-time GEOS version, which may be different than the runtime version if a different version of the libgeos package was used to build this package.

Examples

Run this code
geos_version()
geos_version(runtime = FALSE)

# check for a minimum version of GEOS
geos_version() >= "3.8.1"

Run the code above in your browser using DataLab