Idiomatically determine all the lowercase and uppercase letters: Difference between revisions

Content added Content deleted
m (+R)
Line 974: Line 974:
R has the builtin variables LETTERS and letters:
R has the builtin variables LETTERS and letters:


<lang r>LETTERS
<lang rsplus>LETTERS
# [1] "A" "B" "C" "D" "E" "F" "G" "H" "I" "J" "K" "L" "M" "N" "O" "P" "Q" "R" "S" "T" "U" "V" "W" "X" "Y" "Z"
# [1] "A" "B" "C" "D" "E" "F" "G" "H" "I" "J" "K" "L" "M" "N" "O" "P" "Q" "R" "S" "T" "U" "V" "W" "X" "Y" "Z"
letters
letters