Running an R Script on a Schedule: Gitlab
Tweeting from gitlab actions
In this tutorial I have an R script that creates a plot and tweets it, it runs every day on gitlab runners.
The use case is this: You have a script and it needs to run on a schedule (for instance every day).
Other ways to schedule a script I will create a new post for many of the other ways on which you can run an R script on schedule.
[Read More]