R/zzz.R

Defines functions .onLoad

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

Try the cicerone package in your browser

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

cicerone documentation built on Jan. 11, 2021, 1:35 a.m.