R/utils.R

Defines functions out_dir data_dir cache_dir

cache_dir <- function() {
  system.file("cache", package = "hotspots2")
}

data_dir <- function() {
  system.file("data", package = "hotspots2")
}

out_dir <- function() {
  system.file("out", package = "hotspots2")
}
ecohealthalliance/hotspots2 documentation built on April 8, 2022, 12:44 a.m.