Learn R Programming

covfefe (version 1.0.0)

syllable_count: Count syllables in a word

Description

Count syllables in a word

Usage

syllable_count(word)

Value

Integer. Number of syllables

Arguments

word

Character. Word to count

Examples

Run this code
syllable_count("hello")  # 2

Run the code above in your browser using DataLab