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.
merge 2 data.frames
3 messages · Mat, Alice Xiong, Eik Vettorazzi
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130206/fc9f42a1/attachment.pl>
Hi Mat, just have a look at ?rbind cheers. Am 06.02.2013 15:55, schrieb Mat:
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.
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Eik Vettorazzi Department of Medical Biometry and Epidemiology University Medical Center Hamburg-Eppendorf Martinistr. 52 20246 Hamburg T ++49/40/7410-58243 F ++49/40/7410-57790 -- Pflichtangaben gem?? Gesetz ?ber elektronische Handelsregister und Genossenschaftsregister sowie das Unternehmensregister (EHUG): Universit?tsklinikum Hamburg-Eppendorf; K?rperschaft des ?ffentlichen Rechts; Gerichtsstand: Hamburg Vorstandsmitglieder: Prof. Dr. Martin Zeitz (Vorsitzender), Dr. Alexander Kirstein, Joachim Pr?l?, Prof. Dr. Dr. Uwe Koch-Gromus