Learn R Programming

lintr (version 3.0.2)

pipe_continuation_linter: 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()

Arguments

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