How to schedule a function to run every hour on Plumber?

43 views Asked by At

I have a Plumber web hosting with no access to cron command.

How can I execute some R function every day?

P.S. I'm aware of cronR package but this requires to have access to the cron command, in my setup in Azure Kubernetes, I can't run cron jobs

0

There are 0 answers