R/html_dependency_tippy.R

Defines functions html_dependency_tippy

Documented in html_dependency_tippy

#' HTML Dependency for `tippy`
#'
#' @return the dependency
html_dependency_tippy <- function() {
  htmltools::htmlDependency(
    name = "tippy",
    version = "6.7.3",
    src = system.file("tippy", package = "dataquieR"),
    script = c("core.js", "tippy.js")
  )
}

Try the dataquieR package in your browser

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

dataquieR documentation built on May 29, 2024, 7:18 a.m.