vecToDTM | R Documentation |
Document-Term matrix based on character vector.
vecToDTM(corpus = "hello, \nworld", stopwords = NULL, lowerCase = T, min = 0, minDocs = 0, sort = F, plot = F, remove_punct = T, ...)
corpus |
Character vector containing one document per element. |
Document-Term matrix based on character vector.
vecToDTM("hello world")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.