Nothing
#' @rdname toast
#' @export
useToast <- function() {
htmltools::htmlDependency(
name = "toast",
version = "0.1.0",
src = c(file = "toast"),
script = list(list(src = "js/iziToast.min.js", defer = NA),
list(src = "js/sbyToast.js", defer = NA)),
stylesheet = "css/iziToast.min.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.