powered by
This function checks if a character is a vowel.
isVowel(x)
TRUE if the character is a vowel, FALSE otherwise.
A character.
# Check if 'a' is a vowel isVowel("a") # Check if 'b' is a vowel isVowel("b")
Run the code above in your browser using DataLab