search for: lappy_result

Displaying 1 result from an estimated 1 matches for "lappy_result".

2009 Aug 02
1
Alternatives to rbind()
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.frame seems to be the easiest way to build an object that assemble data in a loop.