Skip to content
Prev 293307 / 398502 Next

scanning a data set for strings

I think you are looking for something like

aggregate(cbind(VPts, HPts) ~ VTm + HTm, data = NFL, sum)

but you should look at the examples for ?aggregate to tweak it to what
you need.

Michael
On Wed, May 2, 2012 at 7:45 AM, Daniel_55 <serna.danny at gmail.com> wrote: