try this:

transform(stack(DF, select = -level), values = DF$level)

On Thu, Jul 9, 2009 at 10:30 PM, roachyang <roachy...@gmail.com> wrote:

>
> I want to transpose a dataframe like
>      level   2006   2007   2008
>        A       ....
>        B      .....
>        C        ........
> into
>      level    year
>        A      2006
>        A      2007
>        A      2008
>        B      2006
>            ......
> There is a procedure in SAS can do this, is there any function in R can do
> this?
>
> --
> View this message in context:
> http://www.nabble.com/how-to-transpose-a-dataframe-tp24420450p24420450.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.
>



-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to