Hi,

first off, I wanna ask how do I declare a data.frame of 0 rows and n
columns?

Coming to my problem,

I have a data.frame of 22 columns by dynamic rows which I insert using
rbind. The total number of rows could go upto 2,00,000. The problem is that
after about 800 or 900 get inserted rbind starts overwriting the data.frame
and I end up with a total of 800-900 rows. What is up with that?
The 22 columns are all strings each having about 10 characters
-- 
Rajesh.J

        [[alternative HTML version deleted]]

______________________________________________
[email protected] 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