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