R base pipe can’t be referenced with backticks? could not find function “|>”
I’m trying to build a wrapper around the base pipe |>
to do some modification to the left-hand side and then pipe it forward normally. While working on this I found the following peculiarity about the base pipe compared to other operators: