powered by
## S3 method for class 'dfm': as.data.frame(x, row.names = NULL, optional = FALSE, ...)
FALSE
inaugDfm <- dfm(inaugTexts[1:5], verbose = FALSE) as.data.frame(inaugDfm[, 1:10]) str(as.data.frame(inaugDfm)) as.data.frame(inaugDfm[, 1:10], row.names = FALSE)
Run the code above in your browser using DataLab