show-methods {tm}R Documentation

Methods for Function show in Package ‘tm’

Description

Methods for function show in package tm.

Methods

object = "PlainTextDocument"
Prints the text of a plain text document without all slots.
object = "Corpus"
Prints some short information on a text document collection.
object = "TextRepository"
Prints some short information on a text repository.

Examples

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

[Package tm version 0.3-1 Index]