How can I automate the R script to run on RStudio Server?

I need to schedule my R script to run every 2 minutes on the RStudio server.

The RStudio IDE doesn't offer that functionality built-in but you can schedule jobs from R on Linux with the cronR package, or, you could do it with cron directly from a system terminal.

1 Like

This topic was automatically closed 7 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.