Skip to contents

List all packages in the massdataset

Usage

massdataset_packages(include_self = TRUE)

Arguments

include_self

Logical; if TRUE, include massdataset itself in the returned package names.

Value

A character vector of package names used by the massdataset workflow.

Examples

massdataset_packages()
#>  [1] "dplyr"                "magrittr"             "tibble"              
#>  [4] "stringr"              "rstudioapi"           "ggplot2"             
#>  [7] "methods"              "openxlsx"             "crayon"              
#> [10] "cli"                  "purrr"                "pbapply"             
#> [13] "readr"                "rlang"                "ComplexHeatmap"      
#> [16] "grid"                 "stats"                "utils"               
#> [19] "tidyselect"           "vctrs"                "tidyr"               
#> [22] "SummarizedExperiment" "S4Vectors"            "massdataset"