Description Usage Arguments Value Author(s) Examples
View source: R/split_to_sentences.R
split_to_sentences splits a text into sentences.
1 | split_to_sentences(text, abbrvt = abbreviations)
|
text |
The text variable. |
abbrvt |
Character vector of abbreviations not to split at. |
Returns a character vector with each sentence in the text variable as a separate element.
Achilleas Passias
1 2 3 | text <- c("Hello Mr. Smith. Nice to see you!")
split_to_sentences(text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.