T_and_F_symbol_linter {lintr}R Documentation

T and F symbol linter

Description

Avoid the symbols T and F (for TRUE and FALSE).

Usage

T_and_F_symbol_linter()

Tags

best_practices, consistency, default, readability, robustness, style

See Also

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


[Package lintr version 3.0.2 Index]