is.scheduler.shutdown <- function()
{
if(file.exists(.pkg.log$scheduler.shutdown))
return(TRUE) else return(FALSE)
}
q.shutdown <- function()
{
sink(file=.pkg.log$scheduler.shutdown, append = TRUE)
cat("shutdown")
sink()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.