It's likely this question has been asked / answered but I couldn't find the proper post. Likely I'm using the wrong keywords.
I have an SQL system on an Windows machine which runs daily stored procedures for updating models and other maintenance tasks. Currently, I'm looking to do some analysis which is a little bit more involved and I've written a function in R which reads from the Server operates some magic and then loads the new data back into the server.
Is there a standard way of automating this process to run once a day? Hoping to keep my system as autonomous as possible.