Skip to content

List all packages in the tidyverse

Usage

tidyverse_packages(include_self = TRUE)

Arguments

include_self

Include tidyverse in the list?

Examples

tidyverse_packages()
#>  [1] "broom"         "cli"           "conflicted"    "dbplyr"       
#>  [5] "dplyr"         "dtplyr"        "forcats"       "ggplot2"      
#>  [9] "googledrive"   "googlesheets4" "haven"         "hms"          
#> [13] "httr"          "jsonlite"      "lubridate"     "magrittr"     
#> [17] "modelr"        "pillar"        "purrr"         "ragg"         
#> [21] "readr"         "readxl"        "reprex"        "rlang"        
#> [25] "rstudioapi"    "rvest"         "stringr"       "tibble"       
#> [29] "tidyr"         "xml2"          "tidyverse"