Skip to contents

Provides a brief summary of the package libraries on your machine

Usage

lib_summary(..., sizes = FALSE)

Arguments

...

One or more columns to group by

sizes

Should sizes of libraries be calculated. Default FALSE.

Value

A data.frame containing the count of packages in each of the user's libraries

Examples

lib_summary()
#> # A tibble: 1 × 1
#>       n
#>   <int>
#> 1    98