This function finds the left-hand sided symbol in a magrittr pipe and returns it as a character.
Examples
blah <- function(x) the_lhs()
adtte %>%
blah()
#> [1] "adtte"
This function finds the left-hand sided symbol in a magrittr pipe and returns it as a character.
blah <- function(x) the_lhs()
adtte %>%
blah()
#> [1] "adtte"