print.phraseDoc: Print a phraseDoc Object

print.phraseDocR Documentation

Print a phraseDoc Object

Description

Print a phraseDoc Object

Usage

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

Arguments

x

Object of type phraseDoc

...

Additional arguments

Examples

tst=c("This is a test text",
      "This is a test text 2",
      "This is another test text",
      "This is another test text 2",
      "This girl will test text that man",
      "This boy will test text that man")
(pd=phraseDoc(tst))

phm documentation built on June 8, 2022, 1:05 a.m.