I am trying to work with the tm package in R, and have a CSV file of customer feedback with each line being a different instance of feedback. I want to import all the conten
You can use TermDocumentMatrix() on your fdbk object, and obtain a term document matrix where each row represent a customer feedback.
TermDocumentMatrix()
fdbk