Methods for coercing a dfm object to a matrix or data.frame object.
# S3 method for dfm
as.matrix(x, ...)
dfm to be coerced
unused
# NOT RUN {
# coercion to matrix
as.matrix(data_dfm_lbgexample[, 1:10])
# }
Run the code above in your browser using DataLab