c-methods {tm} | R Documentation |
Methods for Function c in Package ‘tm’
Description
Methods for function c
in package tm.
Methods
- x = "Corpus"
- Concatenates several text document collections
to a single one.
- x = "TextDocument"
- Concatenates several text documents
to a single text document collection.
Examples
data("acq")
data("crude")
summary(c(acq,crude))
summary(c(acq[[30]],crude[[10]]))
[Package
tm version 0.3-1
Index]