List all packages in the tidyverse
tidyverse_packages(include_self = TRUE)
include_self | Include tidyverse in the list? |
---|
tidyverse_packages()#> [1] "broom" "dplyr" "forcats" "ggplot2" "haven" "httr" #> [7] "hms" "jsonlite" "lubridate" "magrittr" "modelr" "purrr" #> [13] "readr" "readxl" "stringr" "tibble" "rvest" "tidyr" #> [19] "xml2" "tidyverse"