Nothing
#' Shiny Fluent JS dependency
#'
#' @return HTML dependency object.
#'
#' @export
shinyFluentDependency <- function() {
htmltools::htmlDependency(
name = "shiny.fluent",
version = "0.1.0",
package = "shiny.fluent",
src = "www/shiny.fluent",
script = "shiny-fluent.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.