View source: R/helper_text2sentences.R
text2sentences | R Documentation |
Converts floating text to a vector with sentences via fine-tuned regular expressions.
text2sentences(x)
x |
text string to process. |
Character vector with sentences compiled from floating text.
x<-"Some text with result (t(18)=1.2, p<.05). This shows how text2sentences works."
text2sentences(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.