Description Usage Arguments Examples
View source: R/clickbait_functions.R
This function takes in any string and returns an integer equal to the number of stop words present. This function is intended for use on any of the clickbait MEA datasets.
1 |
text |
string/ headline |
1 2 3 4 5 | ## Not run:
headlines_stop_words <- headlines %>%
mutate(num_stop_words = num_stop_words(text = title))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.