{{
...
cli_*()
# proper search path: from environment object to column mean(mtcars$cyl + mtcars$am) # improper search: this is not the object you seek mean(cyl + am)