Skip to content
Prev 164367 / 398503 Next

repeated searching of no-missing values

Hadley:

Perhaps... But plyr works only on **basic** data structures, and I referred
to all **possible** data strucures (deliberately); so I stand by my
statement and note that you did not contradict it.

-- Bert

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of hadley wickham
Sent: Wednesday, December 10, 2008 3:52 PM
To: Bert Gunter
Cc: r-help at r-project.org
Subject: Re: [R] repeated searching of no-missing values
I disagree with this claim: I think it is possible to create a logical
and consistent set of functions for working with the all basic data
structures in R, and this is what I have attempted to do with my plyr
package.  Any remaining inconsistencies are due to my failings, not
the fundamental difficulty of the task.

Hadley