How to Create Automated Analysis Using R?
Have you found yourself repeating the same analysis for different groups in your data? And have you wondered about a better way of doing so in R? I have this problem often. RMarkdown, knitr, and RStudio make generating such automated reports very easy.
You need two things:
A parent file for data … Continue reading