Learn R Programming

JATSdecoder (version 1.2.0)

text2sentences: text2sentences

Description

Converts floating text to a vector with sentences via fine-tuned regular expressions.

Usage

text2sentences(x)

Value

Character vector with sentences compiled from floating text.

Arguments

x

text string to process.

Examples

Run this code
x<-"Some text with result (t(18)=1.2, p<.05). This shows how text2sentences works."
text2sentences(x)

Run the code above in your browser using DataLab