Nothing
#' 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")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.