startsWithVowel | R Documentation |
This function checks if a string starts with a vowel.
startsWithVowel(x)
x |
A character string. |
TRUE if the string starts with a vowel, FALSE otherwise.
# Check if "apple" starts with a vowel
startsWithVowel("apple")
# Check if "banana" starts with a vowel
startsWithVowel("banana")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.