[R] merge 2 data.frames
Mat
matthias.weber at fnt.de
Wed Feb 6 15:55:36 CET 2013
Hello together,
i have probably a easy question, but how can i sum 2 data.frames among each
other.
I have 2 data.frames which look like this one:
Cu.No. place level
1 123 London A
2 111 Paris B
Cu.No. place level
1 333 Berlin C
2 444 Madrid A
and now i want this data in the same data.frame. like this one:
Cu.No. place level
1 123 London A
2 111 Paris B
3 333 Berlin C
4 444 Madrid A
how can i do this.
Thanks.
Mat
--
View this message in context: http://r.789695.n4.nabble.com/merge-2-data-frames-tp4657702.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list