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