I\'m trying to read a huge file with fread, but i guess something is messed with the layout of the file.
If i try to read the file with
data = fread(
Add fill = TRUE in the syntax
fill = TRUE
What's happening: The rows in the data have unequal length. With this syntax, blank fields are implicitly filled.