View source: R/helper_vectorize.text.R
vectorize.text | R Documentation |
Converts vector of text to a list of vectors with words within each cell. Note: punctuation will be removed.
vectorize.text(x)
x |
text string to vectorize. |
Character vector with one word per cell.
text<-"One hundred twenty-eight students participated in our
Study, that was administred in thirteen clinics."
vectorize.text(text)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.