Hey everyone,
I have code (R of course) that I have running on my PC. Every hour my PC wakes up and runs my .bat file which runs my .R script.
I don't like the idea of my computer continuously waking up. Some times I come home and my task scheduler ran the code past my end time (lets say 4pm EST).
What I would like is to host my .R script somewhere on the cloud and have that run every hour between 9am-5pm. I was advised to check out github.com/jhuckaby/Cronicle to complete this task. I am curious to know what you guys do to run your scripts continuously.
Thanks for your help.
I have code (R of course) that I have running on my PC. Every hour my PC wakes up and runs my .bat file which runs my .R script.
I don't like the idea of my computer continuously waking up. Some times I come home and my task scheduler ran the code past my end time (lets say 4pm EST).
What I would like is to host my .R script somewhere on the cloud and have that run every hour between 9am-5pm. I was advised to check out github.com/jhuckaby/Cronicle to complete this task. I am curious to know what you guys do to run your scripts continuously.
Thanks for your help.