Nothing
#' @rdname notify
#' @export
useNotify <- function() {
htmltools::htmlDependency(
name = "pnotify",
version = "0.1.0",
src = c(file = "pnotify"),
script = list(list(src = "js/PNotify.js", defer = NA),
list(src = "js/notify.js", defer = NA)),
stylesheet = list("css/PNotify.css",
"css/BrightTheme.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.