Learn R Programming

styler (version 0.0-8)

prettify_any: Prettify R code in current working directory

Description

This is a helper function for style_dir.

Usage

prettify_any(transformers, recursive, exclude_files)

Arguments

transformers

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

recursive

A logical value indicating whether or not files in subdirectories should be styled as well.

exclude_files

Character vector with paths to files that should be excluded from styling.