Description Usage Arguments Examples
View source: R/spam_functions.R
This function takes in any string and returns a boolean indicating whether or not the word "mister" or "mr" appears within it. This function is intended for use on any of the email MEA datasets.
1 |
text |
string/ email subject line |
1 2 | emails_mister <- emails %>%
mutate(has_mister = has_mister(text = subjectline))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.