Hi, I need to rbind two data frames. Each one has a header . after the rbind I would like to keep the header for each and have the two data frames separated by a line. Is this possible to do in R?
For example weight_mean weight_sd.dev > F 14.33333 4.932883 > M 34.66667 10.692677 > > hight_mean hight_sd.dev > F 35.00000 7.071068 > M 34.66667 10.692677 -- View this message in context: http://www.nabble.com/should-I-use-rbind-in-my-example--tp21585464p21585464.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@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.