[-methods {tm}R Documentation

Methods for Subset Functions in Package ‘tm’

Description

Methods for subset functions [, [<-, [[ and [[<- in package tm.

Arguments

x = "Corpus" The text document collection to be subsetted or modified.
x = "TermDocMatrix" The term-document matrix to be subsetted.

Examples

data("crude")
summary(crude[10:15])
crude[[1]]

[Package tm version 0.3-3 Index]