style_file: Like 'styler::style_file()', but 'style' defaulting to...

Description Usage Arguments

View source: R/re-export.R

Description

See styler::style_file() for details, examples and more.

Usage

1
2
3
4
5
6
7
8
9
style_file(
  path,
  ...,
  style = putyourstyleguidehere_style,
  transformers = style(...),
  include_roxygen_examples = TRUE,
  base_indention = 0,
  dry = "off"
)

Arguments

path

A character vector with paths to files to style.

...

Arguments passed on to the style function.

style

A function that creates a style guide to use, by default tidyverse_style() (without the parentheses). Not used further except to construct the argument transformers. See style_guides() for details.

transformers

A set of transformer functions. This argument is most conveniently constructed via the style argument and .... See 'Examples'.

include_roxygen_examples

Whether or not to style code in roxygen examples.

base_indention

Integer scalar indicating by how many spaces the whole output text should be indented. Note that this is not the same as splitting by line and add a base_indention spaces before the code in the case multi-line strings are present. See 'Examples'.

dry

To indicate whether styler should run in dry mode, i.e. refrain from writing back to files ."on" and "fail" both don't write back, the latter returns an error if the input code is not identical to the result of styling. "off", the default, writes back if the input and output of styling are not identical.


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