R/vizload-dependencies.R

Defines functions useVizLoad

Documented in useVizLoad

#' @rdname vizLoad
#' @export
#' 
useVizLoad <- function() {

  viz <- htmltools::htmlDependency(
    name = "vizload",
    version = "0.1.0",
    src = c(file = "vizload"),
    script = "js/ridics.js",
    stylesheet = "css/ridics.css",
    package = "standby"
  )

  sby <- standbyDeps()

  htmltools::tagList(viz, sby)
}

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.