View source: R/LAGOSUS-package.R
lagosus_version | R Documentation |
Latest LAGOSUS module versions
lagosus_version()
Defaults to the latest release version of each data module. Can be
overridden using the LAGOSUS_LOCUS_VER
, LAGOSUS_LIMNO_VER
,
LAGOSUS_GEO_VER
, or LAGOSUS_DEPTH_VER
environment variables; see example
below. Using different environment variables for the same module in a single
interactive session will not invalidate the lagosus_load
cache. Manually
specify module version numbers if needing to load multiple different module
versions.
## Not run:
# use defaults
lagosus_version()
# custom setting
Sys.setenv(LAGOSUS_DEPTH_VER = 0)
lagosus_version()
# revert to defaults
Sys.setenv(LAGOSUS_DEPTH_VER = "")
lagosus_version()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.