simple_dtm {textshape} | R Documentation |
Simple DocumentTermMatrix
Description
A dataset containing a simple DocumentTermMatrix
.
Usage
data(simple_dtm)
Format
A list with 6 elements
Details
- i
The document locations
- j
The term locations
- v
The count of terms for that particular element position
- nrow
The number of rows
- ncol
The number of columns
- dimnames
document and terms
[Package textshape version 1.7.5 Index]