Description Usage Examples
Use tidy evaluation on all arguments
1
using_bang()
1 2 3 4 5
u <- "speed" v <- quote(dist) w <- rlang::quo(time) x <- list(a=c(1, 2), b=c(3, 4)) using_bang$transform(head(cars,2), !!w := !!v / !!rlang::sym(u), !!!x)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.