SSCC - Social Science Computing Cooperative Supporting Statistical Analysis for Research

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

  1. The tidyverse is loaded and attached as follows.

    library(tidyverse)