Re: [R] Alternatives to rbind()

2009-08-02 Thread Paulo Google
ce consuming if the > dataframes are large, but you gave no idea of what you are trying to > process or how large it is. > > On Sun, Aug 2, 2009 at 4:59 PM, Paulo Google > wrote: > > I'm not sure if there are better methods to create objects such as > > dataframe

[R] Alternatives to rbind()

2009-08-02 Thread Paulo Google
I'm not sure if there are better methods to create objects such as dataframes with other than rbind function. II usually combine a data.frames created at each loop with a rbind(), specially when I don't know the dimension of the data.frame that will be created. Binding the new to an existing data.