tidyverse / magrittr

Improve the readability of R code with the pipe
https://magrittr.tidyverse.org
Other
957 stars 157 forks source link

Implement pipe in C #217

Closed lionel- closed 4 years ago

lionel- commented 4 years ago

Branched from #216.

Rewrites %>% in C using eager evaluation in the current environment. No impact on reverse dependencies.

Will be switched to lazy evaluation in a masking environment in an ulterior PR as the lazy property is more important than the lexical property.