| vowel_shift | R Documentation |
Shift vowels in a word
vowel_shift(word, from, to)
word |
Character. Word to transform |
from |
Character. Vowel to replace |
to |
Character. Replacement vowel |
Character. Transformed word
vowel_shift("test", "e", "i") # "tist"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.