powered by
data("crude") tdm <- TermDocumentMatrix(crude)[1:10,1:20] rownames(tdm) colnames(tdm) dimnames(tdm) Docs(tdm) Terms(tdm)
Run the code above in your browser using DataLab