Description Usage Arguments Examples
View source: R/altools_general_2020.R
This actually counts the number of spaces so be sure to stringr::str_trim your whitespaces out from start and end. Check out details on s and other regular expressions
1 |
x |
string or vector of stings (in mutate case) to count words (or spaces in reality) |
... |
Not used |
1 2 | at_count_words("test this little thing")
at_count_words(" watch out for white spaces ! ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.