This is a series of swirl lessons on how to use packages in tidyverse
.
Install and start the lesson as follows:
install.packages("swirl")
library(swirl)
install_course_github("sysilviakim", "swirl-tidy")
swirl()
This is the most basic set of lessons for beginners to tidyverse. I plan to create more advanced lessons soon. Check back for updates on this repository. Comments, feedbacks, and pull requests are welcome.
Table of Contents:
01. Overview
02. Introduction_to_tibbles
03. Introduction_to_pipes
04. Import_with_readr
05. Import_with_haven
06. Import_with_readxl
07. Transform_with_dplyr_I
08. Transform_with_dplyr_II
09. Transform_with_dplyr_III
10. Transform_with_dplyr_IV
11. Visualize_with_ggplot2_I
12. Visualize_with_ggplot2_II
13. Visualize_with_ggplot2_III
14. Epilogue