Skip to contents

This function finds the left-hand sided symbol in a magrittr pipe and returns it as a character.

Usage

the_lhs()

Value

Left-hand sided symbol as string in the magrittr pipe.

Examples

blah <- function(x) the_lhs()
adtte %>%
  blah()
#> [1] "adtte"