Skip to contents

Enumerate all .libPaths() and count the number of installed packages in each directory.

Usage

count_packages_in_libpaths()

Value

A data.frame with columns Library_Path and Package_Count, including a total row.

See also

Examples

if (FALSE) { # \dontrun{
count_packages_in_libpaths()
} # }