R/zzz.R

Defines functions .onLoad

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

Try the shinyEffects package in your browser

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

shinyEffects documentation built on May 14, 2021, 9:06 a.m.