powered by
Swap syllables between two words
syllable_swap(word1, word2, position = 1L)
Character vector of length 2 with swapped words
Character. First word
Character. Second word
Integer. Which syllable to swap (1-indexed)
syllable_swap("coverage", "president", 1)
Run the code above in your browser using DataLab