R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
  path <- system.file("assets", package = "linne")
  shiny::addResourcePath("line-assets", path)
}

Try the linne package in your browser

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

linne documentation built on Jan. 8, 2021, 2:24 a.m.