View source: R/text_attributes.R
This function takes in any dataframe with headline and ids variables and returns a new dataframe containing the variable num_stop_words, which is an integer enumerating the number of stop words (as defined by the tidytext package) within a given headline.
1 | num_stop_words(ds)
|
ds |
dataset |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.