[R] Please help me to combine two datasets.

ronggui ronggui.huang at gmail.com
Thu May 11 09:54:00 CEST 2006


?merge maybe is what you want.

2006/5/11, Arun Kumar Saha <arun.kumar.saha at gmail.com>:
> Dear r-users,
>
> Suppose I have two data sets
>
> data set-1
>
> Date          height
> ------------------------
> 1/11/2005     10
> 2/11/2005     23
> 3/11/2005     54
> 4/11/2005     21
> 5/11/2005     22
>
> data set-2
>
> weight
> --------
> 32
> 45
> 11
>
>
> Now I want to combine this two data sets. i.e. i want to see:
>
>
> Date             height       weight
> -------------------------------------------
> 3/11/2005         54           32
> 4/11/2005         21           45
> 5/11/2005         22           11
>
> Can any one give me the required r-code to perform this?
>
> Thanks and regards,
> Arun
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>


-- 
»ÆÈÙ¹ó
Deparment of Sociology
Fudan University




More information about the R-help mailing list