clean_text | R Documentation |
Converts a dataframe or tibble into a data.table object, removes stop words and patterns identified by a series of regular expressions.
clean_text(tbl)
tbl |
the input dataframe |
A transformed tibble dataframe with clean CC and CCDD text fields
## Not run:
data <- api_data %>%
clean_text()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.