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

library(donothing)

donothing

R build status

The goal of donothing is to ...

Installation

You can install from GitHub with:

# install.package('remotes')
remotes::install_github('coolbutuseless/donothing')

Example

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

library(donothing)

Related Software



coolbutuseless/donothing documentation built on Aug. 3, 2020, 12:56 a.m.