close_env <- function()
{
ssEnv <- get_session_info()
if (ssEnv$showprogress)
progressr::handlers()
# progressr::handlers(global = FALSE)
future::plan( future::sequential)
unlink(ssEnv$temp_folder,recursive=TRUE)
message("INFO: ", Sys.time(), " Job Completed !")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.