RevolutionAnalytics / plyrmr

38 stars 31 forks source link

implementation of nested %|% #49

Closed piccolbo closed 10 years ago

piccolbo commented 10 years ago

Doesn't do the right thing, for instance this should fail

4 %|% sqrt(9 %|% sqrt(..))

but it simply ignores the 4. Maybe recursive implementation of find.. needs to be recovered an improved

piccolbo commented 10 years ago

suggested by a twitter comment by @renkun_ken of pipeR fame