[R] reshape a dataset

Jim Lemon jim at bitwrit.com.au
Fri Aug 15 12:41:54 CEST 2014


On Fri, 15 Aug 2014 06:22:53 AM Sohail Khan wrote:
> Thanks Jim and Jorge,
> Clever solutions, the final output is a list.
> How do I covert it back a dataframe?
> -Sohail
> 
as.data.frame(newskdat)

or for Jorge's

as.data.frame(res)

Jim



More information about the R-help mailing list