Data wrangling with tidy

Join the chat at https://gitter.im/RockefellerUniversity/Lobby https://travis-ci.org/RockefellerUniversity/Intro_To_R_1Day.svg?branch=master

The Course

This course introduces the tidyverse collection of packages for R, and outlines some of their key ideas and functions.

The course is presented as both HTML and Rpres markdown (to allow for intergration of the presentation in the RStudio enviroment itself). Exercises and answer sheets are included after all subsections to practice techniques and provide future reference examples.

Course material and exercises are available to view as rendered HTML at https://rockefelleruniversity.github.io/RU_tidyverse/.
All material is available to download under GPL v2 license.

Setting up.

Install R.

R can be installed from the R-project website.
R 3.6.0 or higher is recomended for this course.

http://www.r-project.org/

Install RStudio.

RStudio can be installed from the R-project website.

http://www.rstudio.com/

Install required packages.

Option 1 - (For your own personal computers)

Having downloaded R and RStudio, some additional packages are required (rmarkdown and ggplot2).
To install these,

Option 3 - (For anywhere)

Having downloaded R and RStudio, some additional packages are required (rmarkdown and ggplot2).
To install these,

Download the material

The material can either be downloaded through this link as a zip, or by running this command in temrinal:

wget https://github.com/rockefelleruniversity/RU_tidyverse/archive/master.zip ./

The workshop

Link to HTML presentation - Workshop
Link to single page, printable HTML - Workshop
Link to R code included in presentation - Workshop