pub(crate) fn is_bare_identifier(s: &str) -> bool
Check whether s is a bare R identifier (only [A-Za-z_][A-Za-z0-9_]*).
s
[A-Za-z_][A-Za-z0-9_]*