自定义pipe
李家翔
2019-01-19
`%test%` <- function(x, y) { x + y } 1 %test% 2
## [1] 3
参考 rebus.base