powered by
Creates backpiping operators
backpipe(pipe, backpipe = gsub(">", "
character; string representing the existing pipe operator
character; string representing the desired backpipe operator
Only pipe is necessary. Arbitrary mixing of forward and reverse are not allowed.
pipe
https://github.com/smbache/magrittr/issues/26 http://stackoverflow.com/questions/31305342/is-right-to-left-operator-associativity-in-r-possible
%>% %>>%
%>%
%>>%
# NOT RUN { backpipe('%>%') backpipe('%>>%', '%<<%') # }
Run the code above in your browser using DataLab