function_left_parentheses_linter {lintr}R Documentation

Function left parentheses linter

Description

Check that all left parentheses in a function call do not have spaces before them.

Usage

function_left_parentheses_linter()

Tags

default, readability, style

See Also

linters for a complete list of linters available in lintr.
https://style.tidyverse.org/syntax.html#parentheses


[Package lintr version 3.0.2 Index]