Hi,
I have a certain use case and I am not sure what is the best way to tackle it: I do webscraping with a script in RStudio. I would like to automatically run the script once per day. Since I am not at my own computer every day, I would like to transfer this task to another machine/server. I have two options to tackle this in mind: 1) Use RStudio Server (haven't worked with it yet) or 2) use RStudio on a virtual machine that is running on another server. I wonder, what is the best approach to do this?
Thanks for your ideas!