cron<-function(){
print(Sys.time())
df<-search_dirs()
dbLots <- details::get_lots()
need_to_add <- df[!(df$Lot %in% dbLots$Lot), ]
need_to_add$nchar<-sapply(need_to_add$Lot,nchar)
work<-details::check_nightly(need_to_add[need_to_add$nchar==6,])
work
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.