| text_to_clean_document | R Documentation | 
tmConvert text into clean document using several functions from the package tm
text_to_clean_document(
  text,
  remove_numbers = TRUE,
  remove_stop_words = TRUE,
  remove_specific_words = TRUE,
  remove_punctuation = TRUE,
  text_stemming = FALSE,
  specific_words = NULL
)
text | 
 internal  | 
remove_numbers | 
 internal  | 
remove_stop_words | 
 internal  | 
remove_specific_words | 
 internal  | 
remove_punctuation | 
 internal  | 
text_stemming | 
 internal  | 
specific_words | 
 internal  | 
internal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.