How to read .review file in R studio

Hey researchers! I have downloaded a sentiment analysis dataset from this url.


The attached images show the data in browser window.
My question is how can I import the data in r studio?
Share your opinions even if don't know the exact solution

I have tried with below code

data <- matrix(scan("all.review"),
               nrow=2,
               byrow=TRUE)


but it throws the following error

Error in scan("all.review") : scan() expected 'a real', got '<review>'

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.