Tables

How to join tables in R

In this tutorial, I show you how to combine tables (data frames) together using both base R and the `dplyr` package.

How to go from R to nice tables in Microsoft Word

As scientists analyzing their data, we often have data or results in R that we want to export to a word processor for the reports or publications that we’re writing. In this tutorial I show you how to do just that!