The tidyverse style guide forbids `T` and `F` as shorthand for `TRUE` and `FALSE` (cf. https://style.tidyverse.org/syntax.html#logical-vectors) Maybe we should add the corresponding linter to the list of default linters?