knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Travis-CI Build StatusCoverage StatusDOI

handy

Handy tools

Installation

# install.packages("devtools")
install_github("maurolepore/handy")
library(handy)

Example

pkg <- c("dplyr", "pacman")
install_missing_load_all(pkg)


maurolepore/handy documentation built on May 21, 2019, 1:37 p.m.