
2.2 Tidyverse packages
The core set of tidyverse packages are included in the
tidyverse
package.
Other tidyverse package need to be loaded and attached individually,
such as, lubridate
, readxl
, and broom
.
2.2.1 Example
The
tidyverse
is loaded and attached as follows.library(tidyverse)