app_manager <- NULL
.onLoad <- function(libname, pkgname) {
# initialize empty app manager on package load
app_manager <<- AppManager$new()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.