DataframeSource(x)
DataframeSource
, SimpleSource
,
and Source
.
x
as a
document.
Source
for basic information on the source infrastructure
employed by package tm.
docs <- data.frame(c("This is a text.", "This another one.")) (ds <- DataframeSource(docs)) inspect(VCorpus(ds))