as.tcorpus.default {corpustools} | R Documentation |
Force an object to be a tCorpus class
Description
Force an object to be a tCorpus class
Usage
## Default S3 method:
as.tcorpus(x, ...)
Arguments
x |
the object to be forced |
... |
not used |
Examples
## Not run:
x = c('First text','Second text')
as.tcorpus(x) ## x is not a tCorpus object
## End(Not run)
[Package corpustools version 0.5.1 Index]