clean_str_2 | R Documentation |
Cleans a string using after it has been tokenized as a like final step. This is the the default string cleaner used after tokenization It can be overriden in tokenizer_basic, tokenize_col, tokenize_df, etc by passing a new function as post_token_clean_str.
clean_str_2(x, ...)
x |
vector of strings |
... |
ignored, used to ensure pass by keyword |
c('Z.Y. do things inc', 'z. y. DO things montrèal', 'at&t') |> clean_str_2(token_type = 'company_name')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.