Introduction to Tidyverse (L19)
Introduction to Tidyverse
The Tidyverse suite of integrated packages are designed to work together to make common data science operations more user friendly. The packages have functions for data wrangling, tidying, reading/writing, parsing, and visualizing, among others. There is a freely available book, R for Data Science, with detailed descriptions and practical examples of the tools available and how they work together. We will explore the basic syntax for working with these packages, as well as, specific functions for data wrangling with the ‘dplyr’ package and data visualization with the ‘ggplot2’ package.

Getting Started
- Please make a copy of the following folder:
/gpfs1/cl/mmg3320/course_materials/Intro-to-tidyverse
-
Open
.Rmd
file in R/RStudio -
Install the following R packages:
install.packages("palmerpenguins")
install.packages("tidyverse")
For March, 26th class
Please copy the file into your Intro-to-tidyverse folder
/gpfs1/cl/mmg3320/course_materials/Intro-to-tidyverse/Intro_to_Tidyverse_partII_edit.Rmd