as.tcorpus.default: Force an object to be a tCorpus class

View source: R/1_tcorpus.r

as.tcorpus.defaultR 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)

kasperwelbers/corpustools documentation built on May 10, 2023, 5:02 p.m.