pipe_continuation_linter {lintr}R Documentation

Pipe continuation linter

Description

Check that each step in a pipeline is on a new line, or the entire pipe fits on one line.

Usage

pipe_continuation_linter()

Tags

default, readability, style

See Also

linters for a complete list of linters available in lintr.
https://style.tidyverse.org/pipes.html#long-lines-2


[Package lintr version 3.0.1 Index]