geos_version {geos} | R Documentation |
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
geos_version()
geos_version(runtime = FALSE)
# check for a minimum version of GEOS
geos_version() >= "3.8.1"
[Package geos version 0.2.4 Index]