powered by
A wrapper function designed to determine whether a single character is a letter
is.letter(letter)
A single character
A TRUE or FALSE value for whether the character entered is a letter
TRUE
FALSE
# NOT RUN { #TRUE is.letter("r") #FALSE is.letter("5") #FALSE is.letter("~") # }
Run the code above in your browser using DataLab