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

add2reprex

The goal of add2reprex is to ...

Installation

You can install the released version of add2reprex from CRAN with:

install.packages("add2reprex")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("JiaxiangBU/add2reprex")

Example

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


r add2pkg::add_disclaimer("Jiaxiang Li")



JiaxiangBU/add2reprex documentation built on Jan. 30, 2020, 12:20 a.m.