Skip to content
Prev 206952 / 398503 Next

Reshaping data with xtabs giving me 'extra' data

Try with tapply:

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