R Script Cron in Linux Server

Hello,

I am trying to setup an r script cron in my server, but I am not able. I cannot find appropriate documentation.
My server is a Linux (Ubuntu/debian)

May I ask you please for some light?
I spent hours trying many things but are not working

A big thank you in advance

Do you mean you want to schedule the execution of an R script using cron on a Linux server? if so, you can do it from R using the cronR package (wich provides a GUI for convenience).

but you can also do it from a system terminal. Here is a nice explanation on how to do it

https://www.richpauloo.com/post/crontabs/

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