Get the path to LAGOSUSgis data
1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
# use defaults
lagosusgis_path()
# custom setting
Sys.setenv(
LAGOSUSGIS_PATH = path.expand("~/.local/share/LAGOS-GIS/gis_locus_v1.0.gpkg"))
lagosusgis_path()
# revert to defaults
Sys.setenv(LAGOSUSGIS_PATH = "")
lagosusgis_path()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.