Nothing
#' @rdname vizLoad
#' @export
#'
useVizLoad <- function() {
viz <- htmltools::htmlDependency(
name = "vizload",
version = "0.1.0",
src = c(file = "vizload"),
script = "js/ridics.js",
stylesheet = "css/ridics.css",
package = "standby"
)
sby <- standbyDeps()
htmltools::tagList(viz, sby)
}
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.