View source: R/text_tokenize.R
generic to tokenize text into lines
text_tokenize default
1 2 3 4 | text_tokenize_lines(string, non_token = FALSE)
## Default S3 method:
text_tokenize_lines(string, non_token = FALSE)
|
string |
the text to be tokenized |
non_token |
whether or not token as well as non tokens shall be returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.