as.tcorpus.tCorpus | R Documentation |
Force an object to be a tCorpus class
## S3 method for class 'tCorpus'
as.tcorpus(x, ...)
x |
the object to be forced |
... |
not used |
tc = create_tcorpus(c('First text', 'Second text'))
as.tcorpus(tc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.