Skip to content
Prev 269492 / 398502 Next

ddply - how to transform df column "in place"

Hi Jean,
On Tue, Aug 23, 2011 at 6:16 PM, jjap <jean.plamondon at fpinnovations.ca> wrote:
There is no "plyr way" to do this, as this is not the kind of
operation plyr is designed to carry out. plyr is designed to simplify
the process of 1) splitting the data into groups, 2) operating on each
group, and 3) putting the results back together. Since your example
does not involve this kind of split-apply-combine approach plyr will
not help you.

HTH,
Ista