Displaying 1 result from an estimated 1 matches for "combinetfe".
Did you mean:
combinate
2008 Aug 23
0
write.csv causes system() and ? to stop working
I have a large (100MB, 940k lines) csv file. If I run
g <- read.csv('combineTfe-dataFrame-TD.dat')
write.csv(g, file="tmp.data");
Now ?mean returns without printing anything to screen and
system("touch test.dat") does nothing.
If instead I just write out the top of the data, as in
g <- read.csv('combineTfe-dataFrame-TD.dat')
tmp = g[1:100,...