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

styler

The goal of styler is to ...

Installation

You can install styler from github with:

# install.packages("devtools")
devtools::install_github("jonmcalder/styler")

Example

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

## basic example code


r-lib/styler documentation built on April 10, 2024, 4 a.m.