[R] growing dataframes with rbind

Alexy Khrabrov deliverable at gmail.com
Tue Feb 24 19:01:42 CET 2009


I'm growing a large dataframe by composing new rows and then doing

row <- compute.new.row.somehow(...)
d <- rbind(d,row)

Is this a fast/preferred way?
Cheers,
Alexy




More information about the R-help mailing list