as.data.frame.dfm.RdDeprecated function to convert a dfm into a data.frame.
Recommended that you use convert(x, to = "data.frame") instead.
# S3 method for dfm as.data.frame(x, row.names = NULL, ..., document = docnames(x), check.names = FALSE)
| x | any R object. |
|---|---|
| row.names |
|
| ... | unused |
| document | optional first column of mode |
| check.names | logical. If |