library(tidyverse)
(AST230) R for Data Science
Together, tidying and transforming are called wrangling because getting your data in a form that’s natural to work with often feels like a fight!
tidyverse
tidyverse
is a collection of R packages
ggplot2
, tibble
, tidyr
, readr
, purrr
, dplyr
, and many more
tidyverse_packages()
\rightarrow shows the complete list of tidyverse
packages
tidyverse
packages share a common philosophy of data and R programming and are designed to work together naturally
tidyverse
packages compared to the base R packagesHadley Wickham and his colleagues have been working on tidyverse
packages at RStudio Inc.
To load all packages of tidyverse
ggplot2
package if you load tidyverse
family of packages