Nothing
no_crontab_error <- function(user) {
if (user == "")
current_user <- Sys.getenv("USER")
else
current_user <- user
message("No cron jobs available for user '", current_user, "'.")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.