Description Usage Arguments Examples
PROJ version information
1 | proj_version(runtime = TRUE)
|
runtime |
Use FALSE to return the build-time proj version, which may be different than the runtime version if a different version of the libproj package was used to build this package. |
1 2 3 4 5 | proj_version()
proj_version(runtime = FALSE)
# check for a minimum version of proj
proj_version() >= "8.1.0"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.