mschubert / ebits

R bioinformatics toolkit incubator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enforce conventions for `%>%`

klmr opened this issue · comments

Wrap %>% to make x %>% f fail always. Instead, require x %>% f().

Nope. Bad idea.