Video description
The R Markdown package makes it very easy to generate reports straight from your R code. With R Markdown, you combine code and text into a single .Rmd file. You use this document to generate polished reports automatically in a variety of formats (html, pdf, MS Word, and slideshows). The .Rmd file retains all of your code for reproducibility, but lets you set how the code and its results will appear in the final report. Best of all, R …