show-methods {tm}R Documentation

Methods for Function show in Package ‘tm’

Description

Methods for generic function show in package tm.

Methods

object = "PlainTextDocument"
Prints the text of a plain text document without any slots.
object = "Corpus"
Prints a short descriptive overview of the corpus.
object = "TextRepository"
Prints a short descriptive overview of the repository.

Examples

data("crude")
show(crude[[1]])

[Package tm version 0.3-3 Index]