R/onload.R

Defines functions .onLoad

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

Try the shinythemes package in your browser

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

shinythemes documentation built on Jan. 26, 2021, 1:06 a.m.