Last chance! 50% off unlimited learning
Sale ends in
"as.data.frame"(x, row.names = NULL, optional = FALSE, ...)
FALSE
, do not set the row names of the data.frame
to the docnames of the dfm (default); or a vector of values to which the
row names will be set.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