rownames-methods {tm}R Documentation

Methods for Function rownames in Package ‘tm’

Description

Methods for function rownames in package tm.

Methods

x = "TermDocMatrix"
Retrieve the row names of the term-document matrix x.

Examples

data("crude")
tdm <- TermDocMatrix(crude)
rownames(tdm)

[Package tm version 0.3-3 Index]