Nothing
.onLoad <- function(libname, pkgname) {
shiny::addResourcePath(
"waiter-assets",
system.file("assets", package = "waiter")
)
}
.onUnload <- function(libpath){
options(
WAITER_HTML = NULL,
WAITER_COLOR = NULL,
WAITER_IMAGE = NULL
)
}
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.