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

nrstyler

Travis build status Lifecycle: experimental License: MIT

The goal of nrstyler is to ...

Installation

You can install the latest version of nrstyler from GitHub with:

# install.packages("devtools")
devtools::install_github("nikolase90/nrstyler")

Example

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

library(nrstyler)
## basic example code


nikolase90/nrstyler documentation built on July 5, 2019, 12:47 a.m.