powered by
This function finds the left-hand sided symbol in a magrittr pipe and returns it as a character.
the_lhs()
Left-hand sided symbol as string in the magrittr pipe.
https://github.com/tidyverse/magrittr/issues/115#issuecomment-173894787
blah <- function(x) the_lhs() adtte %>% blah()
Run the code above in your browser using DataLab