I am trying to use fread()
to read in a table of 2 columns (x, y) and ~3 00 million rows (62 GB) and plot the x and y in a scatter plot. I am using "fread" and it works fine if I only use a small portion of the data, like 30000 rows.
But if I run it on the whole data set, I got:
"Warning message:
In setattr(ans, "row.names", .set_row_names(nr)) :
NAs introduced by coercion to integer range
/var/spool/torque/mom_priv/jobs/11244921.cri16sc001.SC: line 14: 70765 Killed Rscript 10_plotZ0Z1.R"
What could be the reason?