Skip to content

My learning for Purdue's Introduction to R for Data Science course

Notifications You must be signed in to change notification settings

capncodewash/purdue_into_to_r

Repository files navigation

Introduction to R for Data Science (FutureLearn)

Graeme West 13/03/2019

Introduction to R for Data Science (FutureLearn)

By Graeme West

This notebook covers the material in Week 1 of Introduction to R for Data Science by Purdue University on FutureLearn.

This repository is intended to serve as a record of my learning, and my solutions to the various challenges set by the instructors.

The subject matter of the data is airline flight data from the United States.

The original dataset for week 1 is too large to store on GitHub, so here’s a handy R snippet that will download it for you:

download.file("http://stat-computing.org/dataexpo/2009/2008.csv.bz2",destfile="datasets/2008.csv.bz2",method="libcurl")

Week Index

  1. Week 1 (Introduction, setup, EDA, basic plotting)
  2. Week 2

FURTHER WEEKS - TBD

About

My learning for Purdue's Introduction to R for Data Science course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published