All Projects → cwickham → Data Science In Tidyverse

cwickham / Data Science In Tidyverse

Data Science in the tidyverse, a two-day workshop @ rstudio:conf(2018)

Projects that are alternatives of or similar to Data Science In Tidyverse

Advanced R
One day course covering functions, functional programming and tidy evaluation
Stars: ✭ 38 (-71.21%)
Mutual labels:  tutorial, training, rstats
Purrr Tutorial
A introduction to purrr
Stars: ✭ 222 (+68.18%)
Mutual labels:  tutorial, training, rstats
React Workshop
The course material for our React Hooks workshop
Stars: ✭ 184 (+39.39%)
Mutual labels:  tutorial, training
Improved Body Parts
Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation
Stars: ✭ 202 (+53.03%)
Mutual labels:  tutorial, training
Rmarkdown Website Tutorial
Tutorial for creating websites w/ R Markdown
Stars: ✭ 26 (-80.3%)
Mutual labels:  tutorial, rstats
Expressjs
This is the repository for my course, Building a Website with Node.js and Express.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 143 (+8.33%)
Mutual labels:  tutorial, training
Training Material
A collection of Galaxy-related training material
Stars: ✭ 184 (+39.39%)
Mutual labels:  tutorial, training
Javascripttraining
Training course repository for JavaScript
Stars: ✭ 658 (+398.48%)
Mutual labels:  tutorial, training
Sassessentials
Repository for my tutorial course: Sass Essential Training on LinkedIn Learning and Lynda.com.
Stars: ✭ 167 (+26.52%)
Mutual labels:  tutorial, training
Ggplot Courses
👨‍🏫 ggplot2 Teaching Material
Stars: ✭ 40 (-69.7%)
Mutual labels:  tutorial, rstats
D3
This is the repository for my course, Learning Data Visualization with D3.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 64 (-51.52%)
Mutual labels:  tutorial, training
Bootstrap4
Repository for my tutorial course: Bootstrap 4 Essential Training on LinkedIn Learning and Lynda.com.
Stars: ✭ 142 (+7.58%)
Mutual labels:  tutorial, training
Go Collection
🌷 awesome awesome go, study golang from basic to proficient
Stars: ✭ 1,193 (+803.79%)
Mutual labels:  tutorial, training
Bootstrap
Repository for my tutorial course: Bootstrap 3 Essential Training on LinkedIn Learning and Lynda.com.
Stars: ✭ 14 (-89.39%)
Mutual labels:  tutorial, training
Electron
This is the repository for my course, Electron: Building Cross Platform Desktop Apps on LinkedIn Learning and Lynda.com.
Stars: ✭ 69 (-47.73%)
Mutual labels:  tutorial, training
Reactinterface
This is the repository for my course, Building a Web Interface with React.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 113 (-14.39%)
Mutual labels:  tutorial, training
Analogsea
Digital Ocean R client
Stars: ✭ 128 (-3.03%)
Mutual labels:  rstats
Miniswarm
Docker Swarm cluster in one command
Stars: ✭ 130 (-1.52%)
Mutual labels:  tutorial
Pydata Chicago2016 Ml Tutorial
Machine learning with scikit-learn tutorial at PyData Chicago 2016
Stars: ✭ 128 (-3.03%)
Mutual labels:  tutorial
Simple Signup
Code samples used in the blog post "How to Create User Sign Up View"
Stars: ✭ 128 (-3.03%)
Mutual labels:  tutorial

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. 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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].