Skip to content

Exploring the tidyverse, a one-day workshop @ NICAR 2019

Notifications You must be signed in to change notification settings

jason-lange/data-science-in-tidyverse

 
 

Repository files navigation

output
html_document pdf_document
default
default

Exploring the tidyverse

This is the repo for the one-day workshop "Exploring the tidyverse" taught at NICAR's 2019 confernce in Orange County, California.

It is a heavily modified version of a session originally taught by Hadley Wickham and based on the book R for Data Science. It contains significant changes and additions to the original modules tailored to a data journalism audience and one-day time frame, including new training data and materials on visualization from Andrew Ba Tran and his R for Journalists, my own materials and training sequences on transforming data, and Olga Pierce's materials on modeling and statistics.

This workshop is designed for people who are familiar with R and want to learn how to achieve their data analysis goals the "tidy" way. You will learn how to visualize, transform, and model data in R and work with date-times, character strings, and untidy data formats. Along the way, you will learn and use many packages from the tidyverse including ggplot2, dplyr, tidyr, readr, purrr, tibble, stringr, lubridate, and forcats.

Software requirements

You'll need the following packages:

install.packages(c("tidyverse", "lubridate", "janitor", fivethirtyeight", "rmarkdown", "usethis"))

Then you can grab a local copy of all the slides, code, data, and cheatsheets with:

usethis::use_course("https://bit.ly/2XJD5fB")

To get back to this project later, double-click on "data-science-in-the-tidyverse.Rproj".

License

Creative Commons License

Data Science in the tidyverse by Charlotte Wickham is licensed under a Creative Commons Attribution 4.0 International License. Based on a work at https://github.com/rstudio/master-the-tidyverse.

Acknowledgements

I have forked this repo from Hadley Wickham based on his session at NICAR 2018, who in turn forked it from Charlotte Wickham, who forked it from RStudio. Thanks to Charlotte and Garrett for creating the slides and cheatsheet materials.

About

Exploring the tidyverse, a one-day workshop @ NICAR 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 79.6%
  • JavaScript 11.8%
  • CSS 7.5%
  • R 1.1%