R/version.R

Defines functions version

Documented in version

#' Get json library version information
#'
#' @export
#' @return JSON as a string for now, will make a list soon
#' @examples
#' version()
version <- function() {
  version_nlohmann_json()
}

Try the geoops package in your browser

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

geoops documentation built on July 1, 2020, 10:39 p.m.