R Markdown

How to use R Markdown (part two): for learning R!

In part two of my series on R Markdown, I'll go over how to use R Markdown for learning R by documenting your journey into your own guide to R.

How to use R Markdown (part one)

R Markdown is a powerful method for creating reports that combine formatted text with R code. This can help you with accountability, data analysis reproducibility, for making tutorials (like this one), and also for learning R! In part one of this two-part series, you'll learn how to create basic R Markdown documents with all the essential content.