Skip to content
Prev 200029 / 398506 Next

By processing on two variables at once?

That bquote isn't necessary because you're already working with strings.
c(x = 1, y = 2, "mean(value)" = 3)

Hadley