[R] splitting data
David Winsemius
dwinsemius at comcast.net
Tue Sep 9 01:05:08 CEST 2014
On Sep 8, 2014, at 2:01 PM, David Winsemius wrote:
>
> On Sep 8, 2014, at 12:08 PM, eliza botto wrote:
>
>>
>>
>
> This is typical use for base function aggregate:
>
>> with( dfrm, aggregate(dfrm[4:7], dfrm[1:2], FUN=sum))
> year month A B C D
> 1 1961 1 78 102 138 258
>
>>
>> [[alternative HTML version deleted]]
>
> Please stop posting in plain text. (You have already been asked multiple times.)
I have now been asked by three readers if I really meant this. No, I did not I mean that... Eliza, stop posting in HTML and start posting in plain text.
--
David Winsemius
Alameda, CA, USA
More information about the R-help
mailing list