diff --git a/sessions/pivots.qmd b/sessions/pivots.qmd index e99f327..54233f0 100644 --- a/sessions/pivots.qmd +++ b/sessions/pivots.qmd @@ -38,7 +38,7 @@ Specific objectives are to: 2. Identify situations when data in the long or wide format are more appropriate to use. 3. Apply the `pivot_longer()` and `pivot_wider()` functions from the - `{purrr}` package to pivot data. + `{tidyr}` package to pivot data. 4. Continue extending functions to make use of pivots for processing and cleaning data.