print.tCorpus: S3 print for tCorpus class

View source: R/1_tcorpus.r

print.tCorpusR Documentation

S3 print for tCorpus class

Description

S3 print for tCorpus class

Usage

## S3 method for class 'tCorpus'
print(x, ...)

Arguments

x

a tCorpus object

...

not used

Examples

tc = create_tcorpus(c('First text', 'Second text'))
print(tc)

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