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