Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

R Markdown Resources

AndreaPi edited this page Sep 12, 2017 · 5 revisions

A place to share R Markdown resources.

You can use an R Markdown file as a notebook to keep track of your analyses, or as a way to generate reports, interactive documents, dashboards, websites, and more. R Markdown files are text files that can contain: chunks of code, text (e.g. notes to yourself or to others about the code), and metadata about the final appearance of the file. Here is one example: NYT Interactive Graphic

Here's a great intro and video if you're unfamiliar with Rmarkdown: Introduction from RStudio

Note: R Markdown can be helpful as you learn or master R, but it is also not necessary in order to learn R. Whether or when you incorporate R Markdown in your learning process is a matter of personal choice. Some R teachers prefer to teach R Markdown before students even touch R, and others are seasoned R programmers who don't use it themselves. It's up to you! If learning R and the various different visualizations and statistics seems overwhelming, then giving R Markdown a look might be worthwhile.

General Resources

RStudio Cheatsheet

RStudio Gallery shows templates and examples for different Rmarkdown files.

RStudio Formats contributed by @economicurtis: "I'm in a field (academic econ) where some will judge you if your paper isn't in latex and your presentation isn't in beamer, so the doc references on this page is quite useful to get everything the way you want it to look"

User Contributed Resources

R Markdown section from the knitr tutorial by Karl Broman contributed by @floresf

Using R Markdown for Class Reports contributed by @alevy

Suggestions by @christina.maimone:

Workshop/Tutorial Materials

Creating Dynamic Documents with RMarkdown and Knitr by Marian L. Schmidt

RMarkdown for writing reproducible scientific papers >by Mike Frank & Chris Hartgerink

RMarkdown from Penn State Stat 485: video tutorials on >RMarkdown

Why use RMarkdown?

Reproducible Research Using RMarkdown and Git through RStudio by Marian L. >Schmidt

Other

RMarkdown magic is made possible by knitr from Yihui Xie

Suggestions by @andrea:

Clone this wiki locally