Learn R Programming

JATSdecoder (version 1.2.0)

vectorize.text: vectorize.text

Description

Converts vector of text to a list of vectors with words within each cell. Note: punctuation will be removed.

Usage

vectorize.text(x)

Value

Character vector with one word per cell.

Arguments

x

text string to vectorize.

Examples

Run this code
text<-"One hundred twenty-eight students participated in our  
Study, that was administred in thirteen clinics."
vectorize.text(text)

Run the code above in your browser using DataLab