Skip to content
Prev 259929 / 398502 Next

rbind with partially overlapping column names

Hi:

This is a bit of a kluge, but works for your test case:
a b c
1 A B <NA>
2 A B <NA>
3 <NA> b c
4 <NA> b c

-Ian
On 5/15/11 7:41 PM, "Jonathan Flowers" <jonathanmflowers at gmail.com> wrote: