When I try to import a text file, Ratings.timed.txt, R says that the input file is ypu and that the data frame is just a long column of undefined, even though I can open and read it just fine. Do you know how I can fix it?
This is what I'm talking about, for clarity.
Edit: I was able to read the file using Ratings.timed <- read.delim("Ratings.timed.txt", fileEncoding="UTF-16LE")