Nothing
#' Create an HTML dependency for flipdown.js
#'
#' @rdname html-dependencies
#' @export
#'
#'
flipdown_dependency <- function() {
htmltools::htmlDependency(
name = "flipdown",
version = "0.3.2",
package = "flipdownr",
src = c(file = "flipdown"),
script = "flipdown.min.js",
stylesheet = "flipdown.min.css",
all_files = FALSE
)
}
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.