Vector Source
Create a vector source.
VectorSource(x)
x |
A vector giving the texts. |
A vector source interprets each element of the vector x as a
document.
An object inheriting from VectorSource, SimpleSource,
and Source.
Source for basic information on the source infrastructure
employed by package tm.
docs <- c("This is a text.", "This another one.")
(vs <- VectorSource(docs))
inspect(VCorpus(vs))Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.