R/standby-dependencies.R

Defines functions standbyDeps

Documented in standbyDeps

#' standby dependencies
#' 
#' @description Attaches custom script and stylesheet.
#' @keywords internal
#' 
standbyDeps <- function() {

  htmltools::htmlDependency(
    name = "standby",
    version = "0.1.0",
    src = c(file = 'standby'),
    script = list(src = "js/standby.js", defer = NA),
    stylesheet = "css/standby.css",
    package = "standby"
  )

}

Try the standby package in your browser

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

standby documentation built on Oct. 30, 2024, 9:30 a.m.