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