Skip to content

Instantly share code, notes, and snippets.

@duarteguilherme
Last active July 3, 2017 16:27
Show Gist options
  • Save duarteguilherme/93f3e82d3e55a92e08ae51cd51faa8ff to your computer and use it in GitHub Desktop.
Save duarteguilherme/93f3e82d3e55a92e08ae51cd51faa8ff to your computer and use it in GitHub Desktop.

Exercises for practicing tidyverse

Tidyverse is a set of packaged created by Hadley Wickham that changed the way R looks and works.

With these exercises, we intend to employ public datasets in order to challenge people.

Solving harder exercises, one can get better at tidy packages.

It's gonna be comprehensive of packages such as dplyr, purrr, tidyr, ggplot2, and lots of others

List of datasets included in packages.

  1. ##ggplot2movies## (datasets: movies) - Includes data about movie information and user ratings from IMDB.com
  2. ##nycflights## (datasets: flights, airlines, airports, planes, weather) - Includes data about airline on-time data for all flights departing NYC in 2013. Also includes useful 'metadata' on airlines, airports, weather, and planes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment