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


krlmlr/styler documentation built on April 8, 2024, 7:53 p.m.