Carpentries Fall Workshops (2016)

November 8, 2016
posts   R   Carpentries

Introduction

Date

Instructors

Audience

All graduate students and researchers.

Data (We will use a few csvs)

  1. Gapminder, you can get that by running this code in R:
gapminder <- read.csv("https://goo.gl/BtBnPg", header = T)
download.file('https://raw.githubusercontent.com/swcarpentry/r-novice-gapminder/gh-pages/_episodes_rmd/data/gapminder_wide.csv', 'data/gapminder_wide.csv')
  1. A zip file of several csv’s:

https://github.com/ucsdlib/workshops/raw/gh-pages/notebooks/data.zip

Unzip those into your ‘data’ folder inside your workshop project folder.

Resources