Nothing
#' 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")
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.