R/utils.R

Defines functions .onLoad

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

Try the shinyfullscreen package in your browser

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

shinyfullscreen documentation built on Jan. 16, 2021, 5:17 p.m.