| pipe_call_linter {lintr} | R Documentation |
Pipe call linter
Description
Force explicit calls in magrittr pipes, e.g.,
1:3 %>% sum() instead of 1:3 %>% sum.
Usage
pipe_call_linter()
Tags
readability, style
See Also
linters for a complete list of linters available in lintr.
[Package
lintr version 3.0.2
Index]