Skip to main content

Reproducible Reports with R Markdown

October 24, 2019

Once we’ve written some code in R and gotten our results, what’s the best way to share them with an audience? Join us this week for an introduction to R Markdown: a simple way of working in R that allows … Read more

Joining and Reshaping

February 28, 2019

Today, Matt will discuss how the tidyr package can help us merge multiple datasets together, then explore how we can reshape a dataset to make analysis or visualization easier.  This covers material from Chapter 12 and Chapter 13 in R … Read more