R/on_load.R

Defines functions .onLoad

dwca_cache <- NULL # nocov start

.onLoad <- function(libname, pkgname){
  x <- hoardr::hoard()
  x$cache_path_set("finch")
  dwca_cache <<- x
} # nocov end
ropensci/finch documentation built on Sept. 12, 2022, 7:56 a.m.