Description Usage Arguments Examples
View source: R/spam_functions.R
This function takes in any string and returns a boolean indicating whether or not multiple punctuation marks are present. This function is intended for use on any of the email MEA datasets.
1 |
text |
string/ email subject line |
1 2 3 4 5 6 | ## Not run:
emails_punctuation <- emails %>%
mutate(multiple_punctuation =
multiple_punctuation(text = subjectline))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.