This is a tutorial for EDAMAME that is based on Data Carpentry material (http://data-lessons.github.io/gapminder-R).

Topics

  1. Introduction to R and RStudio
  2. Data types and subsetting
  3. Plotting
  4. Data.frame Manipulation
  5. Tidy Data

Bonus Topics

These materials won't be taught in this lesson but can be done independently.

  1. Multi-table Joins
  2. Writing Functions