Description Usage Arguments Value See Also Examples
View source: R/tally_both_string.R
Short-syllabic (< 3 syllables) and poly-syllabic word tallies for the words in a string.
1 | tally_both_string(x, ...)
|
x |
A character vector. |
... |
ignored. |
Returns a two integer vector of the total number of non-polysyllables (short) and polysyllables (poly) in the string.
Other syllable.functions: count_string
,
count_vector_by
,
count_vector
, sum_string
,
sum_vector_by
, sum_vector
,
tally_both_vector_by
,
tally_both_vector
,
tally_di_string
,
tally_di_vector_by
,
tally_di_vector
,
tally_mono_string
,
tally_mono_vector_by
,
tally_mono_vector
,
tally_poly_string
,
tally_poly_vector_by
,
tally_poly_vector
,
tally_short_string
,
tally_short_vector_by
,
tally_short_vector
1 2 | tally_both_string("I like excellent chicken and mediocre hotdogs!")
tally_both_string(hamlets_soliloquy)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.