Dashboard for MOSAIC study monitoring. Link to example
To create the dashboards automatically, set up a cron job in the terminal like
this (one cron
reference guide):
30 9 * * 1 cd /my/file/path && Rscript mosaic_makedash.R
The above sets the working directory and runs mosaic_makedash.R
every Monday
morning at 9:30.