.Last <-
structure(function (...)
{
tryCatch({
if (exists("finalizeSession", mode = "function"))
finalizeSession()
}, error = function(ex) {
message("Ignoring error occured in .Last(): ", as.character(ex))
})
}, finalizeSession = TRUE, finalizeSessionVersion = "2.6.0")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.