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