hadley / lazyeval

Lazy evaluation: an alternative to non-standard evaluation (NSE) for R
131 stars 40 forks source link

Unquoting character vectors #80

Closed lionel- closed 6 years ago

lionel- commented 8 years ago

And turn them to symbols:

var <- "disp"
~mtcars$UQC(var)

vars <- c("disp", "am")
~select(mtcars, UQCS(vars))