Skip to content
Prev 206959 / 398503 Next

Reshaping data with xtabs giving me 'extra' data

You can use this instead:

with(do.call(rbind, df.list), tapply(Score, list(Date, Show, Time), invisible))
On Wed, Jan 20, 2010 at 3:02 PM, Tony B <tony.breyal at googlemail.com> wrote: