Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cwickham/data-science-in-tidyverse
Data Science in the tidyverse, a two-day workshop @ rstudio:conf(2018)
https://github.com/cwickham/data-science-in-tidyverse
rstats training tutorial
Last synced: 8 days ago
JSON representation
Data Science in the tidyverse, a two-day workshop @ rstudio:conf(2018)
- Host: GitHub
- URL: https://github.com/cwickham/data-science-in-tidyverse
- Owner: cwickham
- Created: 2018-01-17T23:28:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T21:48:18.000Z (almost 7 years ago)
- Last Synced: 2024-10-27T11:05:51.295Z (about 2 months ago)
- Topics: rstats, training, tutorial
- Size: 42 MB
- Stars: 146
- Watchers: 16
- Forks: 90
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the repo for *"Data Science in the tidyverse"* given at `rstudio::conf(2018)` in Jan 2018.
## Description
This is a two-day hands on workshop based on the book [R for Data Science](http://r4ds.had.co.nz/). 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 be using RStudio Cloud, so (all going well) on the day of the workshop all you'll need is **a laptop that can access the internet** (wifi will be available).
However, as a backup (e.g. in case of wifi issues) it would be best if you also have R and RStudio installed locally, along with the following packages:
install.packages(c("tidyverse", "fivethirtyeight",
"gapminder", "rmarkdown"))Don't forget to bring your power cable!
## Instructor Info
Charlotte Wickham
- [[email protected]]([email protected])
- [cwick.co.nz](http://www.cwick.co.nz)
- @[cvwickham](http://www.twitter.com/cvwickham)## 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.