dimnames-methods {tm} | R Documentation |
Methods for Function dimnames in Package ‘tm’
Description
Methods for function dimnames
in package tm.
Methods
- x = "TermDocMatrix"
- Retrieve the dimnames of the
term-document matrix.
Examples
data("crude")
tdm <- TermDocMatrix(crude)
dimnames(tdm)
[Package
tm version 0.3-3
Index]