tidy_dgcmatrix {tidylda} | R Documentation |
Create a tidy tibble for a dgCMatrix. Will probably be a PR to tidytext in the future
tidy_dgcmatrix(x, ...)
x |
must be of class dgCMatrix |
... |
Extra arguments, not used |
Returns a triplet matrix with columns "document", "term", and "count"