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