| syllable_swap | R Documentation |
Swap syllables between two words
syllable_swap(word1, word2, position = 1L)
word1 |
Character. First word |
word2 |
Character. Second word |
position |
Integer. Which syllable to swap (1-indexed) |
Character vector of length 2 with swapped words
syllable_swap("coverage", "president", 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.