lagosusgis_path: Get the path to LAGOSUSgis data

Description Usage Examples

View source: R/utils.R

Description

Get the path to LAGOSUSgis data

Usage

1

Examples

 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)

jsta/LAGOSUSgis documentation built on Aug. 7, 2021, 4:10 a.m.