powered by
data("crude") tdm <- TermDocumentMatrix(crude)[1:10,1:20] ncol(tdm) nrow(tdm) dim(tdm) nDocs(tdm) nTerms(tdm)
Run the code above in your browser using DataLab