Cron job script is not showing any errors but also not working.

library(cronR)
path = "~/Documents/GitHub/lilium/DBI dummy.R"
cmd = cron_rscript(path)
cron_add(cmd, frequency = "minutely", at ="3:15PM", days_of_week = c(1:5),
id = "Automated_scheduler_test", description = "Testing")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.