[R] R Large Dataset Problem

efulas ef_ulas at hotmail.com
Sat Apr 14 00:37:57 CEST 2012


I am using the codes below,


options(max.print=5.5E5)
x=rep(1,1052)
b=read.fwf(file="efetez.binary", widths=c(6,x),header=FALSE)

and i get " C stack usage is too close to the limit" this error. I want to
get my data like ;

molecul id     v1  v2   v3 .........................................

19029              1,1,0,1,0,1,0,.......................................
29837              0,1,1,1,1,0,1........................................
.
.
.

However, i cant get it like above because there are no commas between
"1000110010". So R define it as a inf. 


Many Thanks

--
View this message in context: http://r.789695.n4.nabble.com/R-Large-Dataset-Problem-tp4554469p4556188.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list