| syllabify | R Documentation |
Uses a simplified vowel-based algorithm.
syllabify(word)
word |
Character. Word to syllabify |
Character vector of syllables
syllabify("hello") # c("hel", "lo")
syllabify("coverage") # c("cov", "er", "age")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.