tidyverse-guide
Query tidyverse package documentation (dplyr, ggplot2, tidyr, purrr, readr, stringr, forcats, tibble, lubridate).
Use this skill proactively when the conversation involves:
- tidyverse packages or pipe workflows (%>%, |>)
- dplyr verbs (filter, mutate, summarise, group_by, join)
- ggplot2 plotting (geom_, aes, theme, scale_)
- tidyr reshaping (pivot_longer, pivot_wider, nest, unnest)
- purrr functional programming (map, walk, reduce)
- readr/readxl data import
- stringr string manipulation
- lubridate date/time handling
General1 files