What are the core packages of tidyverse?
As of tidyverse 1.3.0, the core packages are:
ggplot2 | ggplot2 is a system for declaratively creating graphics |
dplyr | dplyr provides a grammar of data manipulation, providing a consistent set of verbs that solve the most common data manipulation challenges |
tidyr | tidyr provides a set of functions that help you get to tidy data |
readr | readr provides a fast and friendly way to read rectangular data (like csv, tsv, and fwf) |
purr | purrr enhances R’s functional programming (FP) toolkit by providing a complete and consistent set of tools for working with functions and vectors |
tibble | tibble is a modern re-imagining of the data frame |
stringr | stringr provides a cohesive set of functions designed to make working with strings as easy as possible |
forcats | forcats provides a suite of useful tools that solve common problems with factors |