
Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'PCorpus':
inspect(x)
## S3 method for class 'VCorpus':
inspect(x)
## S3 method for class 'TermDocumentMatrix':
inspect(x)
data("crude")
inspect(crude[1:3])
tdm <- TermDocumentMatrix(crude)[1:10, 1:10]
inspect(tdm)
Run the code above in your browser using DataLab