Coincidently, i found this interesting github repo the other day written in R that analyses the large drop in Covid cases in Mexico city after early treatment with Ivermectin:
What really impressed me was how it stored the data in a google sheet, but the R-Studio program could still connect to google sheets trivially download the data (prompting the user to authenticate the app to google sheets). It was a nice experience.
Glad that it has section on style guides and packages that help with styling R code such as "lintr" and "styler". Looks fairly comprehensive even for non-Epidemiologist.
This looks like a very good introduction, and it's well worth bookmarking for reference. I'd recommend it to beginners, especially those with an interest in epidemiology.
https://github.com/nasaul/paper_ivermectina
What really impressed me was how it stored the data in a google sheet, but the R-Studio program could still connect to google sheets trivially download the data (prompting the user to authenticate the app to google sheets). It was a nice experience.