R/libgeos-package.R

Defines functions libgeos_version

Documented in libgeos_version

#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @useDynLib libgeos, .registration = TRUE
## usethis namespace: end
NULL

#' GEOS version information
#'
#' @return The version string returned by `GEOSversion();`
#' @export
#'
#' @examples
#' libgeos_version()
#'
libgeos_version <- function() {
  .Call(libgeos_geos_version)
}

Try the libgeos package in your browser

Any scripts or data that you put into this service are public.

libgeos documentation built on Jan. 22, 2023, 1:17 a.m.