R/proj_version.R

Defines functions proj_version

Documented in proj_version

#' Report PROJ library version
#'
#' This function returns NA if PROJ lib is not available.
#'
#' @return character string (major.minor.patch)
#' @export
#'
#' @examples
#' proj_version()
proj_version <- function() {
  .Call("C_proj_version", PACKAGE = "PROJ")
}
hypertidy/PROJ documentation built on June 15, 2025, 1:51 p.m.