jblibminer

Explore Your R Libraries

OTHER License

Stars
4
Committers
1

output: github_document

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

jblibminer

The goal of jblibminer is to summarize the packages you have installed in your R libraries.

Installation

You can install the development version of jblibminer from GitHub with:

# install.packages("devtools")
devtools::install_github("jennybc/jblibminer")

Example

This is a basic example which shows you how to solve a common problem:

library(jblibminer)

lib_summary()

lib_summary(sizes = TRUE)