R/zzz.R

Defines functions .onLoad

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

Try the conductor package in your browser

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

conductor documentation built on Aug. 28, 2022, 5:06 p.m.