R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
  path <- system.file("assets", package = "linne")
  shiny::addResourcePath("line-assets", path)
}
JohnCoene/linne documentation built on Jan. 16, 2022, 3:54 a.m.