Learn R Programming

textmining (version 0.0.1)

as.tmCorpus: Create textmining Corpus

Description

Create textmining Corpus

Usage

as.tmCorpus(x, ...)

Arguments

x
source object, can be tmTaggedText VCorpus or stylo.corpus.
...
metadata to be added

Examples

Run this code
tmCorpus(c("This is new corpus", "And I like It"))
as.tmCorpus(c("This is new corpus", "And I like It"))

Run the code above in your browser using DataLab