moodymudskipper / tb

IN ~PROGRESS my own take on `[.data.frame`
0 stars 0 forks source link

support doubt package #19

Closed moodymudskipper closed 4 years ago

moodymudskipper commented 4 years ago

doubt operator are nice to avoid extra parentheses so are well suited for tb, but our use of ? prevents it so far.

`? should try to find doubt operators first and if there aren't any, fall back on the column selection behavior.

For a draft, could be as easy as using tb's ? when unary and doubt's ? in other cases.