{{
...
cli_*()
rlang::expr() captures what you send in
rlang::expr()
expr(foo) #> foo expr(mean(foo, na.rm = TRUE)) #> mean(foo, na.rm = TRUE)