What do you want to do with it? Is this just for printing out? What
other types of transformations are you intending to do? Why not just
put them in a 'list' and then write your own specialized print
routine.
On Wed, Jan 21, 2009 at 10:30 AM, SNN <s.nancy1 at yahoo.com>
wrote:>
> 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 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.
>
--
Jim Holtman
Cincinnati, OH
+1 513 646 9390
What is the problem that you are trying to solve?