vectorize.text {JATSdecoder} | R Documentation |
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)
Arguments
x |
text string to vectorize. |
Value
Character vector with one word per cell.
Examples
text<-"One hundred twenty-eight students participated in our
Study, that was administred in thirteen clinics."
vectorize.text(text)
[Package JATSdecoder version 1.2.0 Index]