pub fn is_boolean_literal(s: &str) -> bool
Check if a string is an R boolean literal.
Accepts: TRUE, FALSE, T, F (R’s boolean constants)