R/onLoad.R

Defines functions .onLoad

tdb_cache <- NULL

.onLoad <- function(libname, pkgname){
  x <- hoardr::hoard()
  x$cache_path_set("vegdata")
  tdb_cache <<- x
}

utils::globalVariables(c(".", "multipatt", "write.dbf","gwindow", "gtree", "addHandlerDoubleclick", "svalue")) # Needed for use of . in magrittr pipelines

Try the vegdata package in your browser

Any scripts or data that you put into this service are public.

vegdata documentation built on May 29, 2024, 4:19 a.m.