Hello
I am in need of generating scheduled reports in RStudio Connect. These come from a parametrized markdown. The parameter is the customer, so each customer gets a different report with their data, and each report get emailed to different people.
So basically, I need to schedule reports for all customers to run at once (or close to each other), and email the results to different people. I could do this by saving a report for each customer, but that would be unfeasible when the number of customers grows. I could put this on a cron job, but i would like to stick to the connect interface. Does anyone have experience doing this?