knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of pkguse is to help users take inventory of their most used packages
You can install the dev version of pkguse from Github with:
remotes::install_github("mkearney/pkguse")
This is a basic use example:
## load {pkguse} library(pkguse) ## supply dir locations p <- pkg_use(c("~/Documents", "~/Dropbox", "~/R")) ## view freq table [tibble] output print(p, n = 25)
The output has methods for plot
## plot pkguse (top 25) plot(p, n = 25)
and summary
summary(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.