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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to