Closed stephbuon closed 3 years ago
So instead of library(tidyverse) I might just want:
library(tidyverse)
dplyr stringr ggplot
IDK what else, if anything
It does seem to load faster without the full tidyverse
So instead of
library(tidyverse)
I might just want:dplyr stringr ggplot
IDK what else, if anything