What is RMarkdown?

Communicating with Data in the Tidyverse

Timo Grossenbacher

Data Journalist

What you have done so far

  • ...loaded the necessary libraries
  • ...preprocessed the data with mutate() and filter()
  • ...defined a custom theme
  • ...created a dot plot
  • ...polished that plot and made it fit for mobile screens
Communicating with Data in the Tidyverse

1 Taken from rmarkdown.rstudio.com (http://rmarkdown.rstudio.com/images/RMarkdownOutputFormats.png)
Communicating with Data in the Tidyverse

Communicating with Data in the Tidyverse

Behind the scenes

1 R for Data Science (http://r4ds.had.co.nz/r-markdown.html)
Communicating with Data in the Tidyverse

Reproducibility

Advantages

  • others can reproduce and question your work
  • you can automate your workflow

Prerequisites

  • the code needs to be executable
  • the data needs to be provided or at least linked to
  • (the software environment needs to be known)
Communicating with Data in the Tidyverse

Let's practice!

Communicating with Data in the Tidyverse

Preparing Video For Download...