Nothing
#' standby dependencies
#'
#' @description Attaches custom script and stylesheet.
#' @keywords internal
#'
standbyDeps <- function() {
htmltools::htmlDependency(
name = "standby",
version = "0.1.0",
src = c(file = 'standby'),
script = list(src = "js/standby.js", defer = NA),
stylesheet = "css/standby.css",
package = "standby"
)
}
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.