From f14966f43029200890feb1ccf27998546c3418d6 Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Wed, 12 Jun 2024 14:04:25 -0400 Subject: [PATCH] Add dataset --- ReadMe.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReadMe.md b/ReadMe.md index 1612cf5..366a9ab 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -14,6 +14,7 @@ Lessons (Day 1): * https://swcarpentry.github.io/r-novice-gapminder/instructor/01-rstudio-intro.html * https://swcarpentry.github.io/r-novice-gapminder/instructor/04-data-structures-part1.html * https://swcarpentry.github.io/r-novice-gapminder/instructor/05-data-structures-part2.html + * Data: https://raw.githubusercontent.com/swcarpentry/r-novice-gapminder/main/episodes/data/gapminder_data.csv * https://swcarpentry.github.io/r-novice-gapminder/instructor/06-data-subsetting.html * https://swcarpentry.github.io/r-novice-gapminder/instructor/08-plot-ggplot2.html * https://swcarpentry.github.io/r-novice-gapminder/instructor/09-vectorization.html