/dplyr_tutorial

R-ladies meetup: Faster Data Manipulation with dplyr

Primary LanguageHTML

dplyr - Tutorial

  1. Make sure you have the latest release of R (3.2.3)
  1. Make sure you have RStudio installed.
  1. After steps (1) and (2), go to RStudio:
  • Update your packages:
    update.packages(ask = FALSE, checkBuilt = TRUE)
  • Install packages we'll be using:
install.packages("dplyr", dependencies = TRUE)
install.packages("nycflights13", dependencies = TRUE)

================================================

Please provide feedback: http://bit.ly/rladies_form