I have a text file to import the data from, and I want to read it in 3 columns, but the data only imports one. The file is pretty big, and there are no .
or ,
involved. Some of the data are made from more than one word in succession, so I can't separate them by " "
.
I have been using:
a <- read.table("filename.txt", sep = "\t")
The data comes back naturally in rows, but with only one column. This is how the data looks like: !http://prntscr.com/f4c4a6