Nothing
#' HTML Dependency for report headers in `clipboard`
#'
#' @return the dependency
html_dependency_clipboard <- function() {
htmltools::htmlDependency(
name = "clipboard",
version = "2.0.11",
src = system.file("clipboard", package = "dataquieR"),
script = c("clipboard.min.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.