Closed moodymudskipper closed 4 years ago
We'd make it work with the object itself too :
iris %tb>% .[+.x[Species ="any"],]
This is compact but not consistent with our convention of having .i and .j for indexing only, though I think it's intuitive enough ?
.i
.j
Revisit later and see if idea ages well.
in j it works this way naturally with splicing now, I think it's be weird to rbind with + though, maybe a ++ notation only for rbinding would work
j
+
++
done
We'd make it work with the object itself too :
This is compact but not consistent with our convention of having
.i
and.j
for indexing only, though I think it's intuitive enough ?Revisit later and see if idea ages well.