README.md

styler.unify

The goal of {styler.unify} is providing code cleaning but keep <- as =. It is a third-party style guide for {styler}.

Installation

You can install the released version of {styler.unify} from GitHub with:

remotes::install_github("BioSisyphus/styler.unify")

Example

This is a basic example of how to style code with it.

library(styler.unify)
cache_deactivate()
text <- "x <- 4
y = 3
a;
"

style_text(text)


BioSisyphus/styler.unify documentation built on Dec. 17, 2021, 10:55 a.m.