backpipe {backpipe} | R Documentation |
Creates backpiping operators
backpipe(pipe, backpipe = gsub(">", "<", pipe))
pipe |
character; string representing the existing pipe operator |
backpipe |
character; string representing the desired backpipe operator |
Only pipe
is necessary. Arbitrary mixing of forward and reverse are
not allowed.
https://github.com/smbache/magrittr/issues/26
http://stackoverflow.com/questions/31305342/is-right-to-left-operator-associativity-in-r-possible
backpipe('%>%')
backpipe('%>>%', '%<<%')