[R] Insert rows into a pre-existing data frame

naw3 at duke.edu naw3 at duke.edu
Fri Jul 25 16:27:15 CEST 2008


Hi,

I'm sorry if this is a simple question. How do you insert a blank row into a
data frame? I basically need to do this:

old table:           new table:

C1  C2  C3           C1  C2  C3
1   32  34           1   32  34
2   52  23                   54
                     2   52  23



More information about the R-help mailing list