Scheduling the production of RMarkdown reports

At our workplace we have gradually adopted R and now we have various reports that we run from our laptops.

Is there a way to automate this, so for example all the code is put on a server, and then the server is told to run the code to produce various reports at set intervals be it weekly or monthly on a set schedule?

If so, are there any tutorials that people can point me towards that shows this step by step? We dont have any R server expertise in our office and all the R code skill we have is around 12 months experience at producing R markdown docs.

You could set up a cronjob, either through a package or just through your server.

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.