R/three-dots-dependencies.R

Defines functions useThreeDots

Documented in useThreeDots

#' @rdname threeDots
#' @export
#' 
useThreeDots <- function() {

  dots <- htmltools::htmlDependency(
    name = "three-dots",
    version = "0.1.0",
    src = c(file = 'three-dots'),
    stylesheet = "css/three-dots.css",
    package = "standby"
  )

  sby <- standbyDeps()

  htmltools::tagList(dots, 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.