bs_temp_dir_internal <- NULL
.onLoad <- function(...) {
bs_temp_dir_internal <<- tempfile()
dir.create(bs_temp_dir_internal)
}
.onUnload <- function(...) {
unlink(bs_temp_dir_internal, recursive = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.