Description Usage Arguments Value Examples
View source: R/textfeatureinfor.R
Percentage of fully capitalised words in a string
1 |
text |
A character vector with length one containing the piece of text to analyze. |
A vector containing the number of fully capitalised words
1 2 3 | text <- "This is REALLY Awesome!"
perc_cap_words(text)
25
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.