Which of the dataset formats listed at this link is the easiest to load for processing in R? A few minutes with a text editor should be enough to turn the text version into literal data but can one of the other forms be loaded in less than O(n) user effort?
I've found this laundry list of IO options but it dosn't seem especially helpful.
P.s. I've never used R before and am trying to help a friend who is the one that needs to do this.