powered by
as.quoted(x, env=parent.frame())
as.quoted
.variables
Currently conversions exist for character vectors, formulas and call objects.
.
as.quoted(c("a", "b", "log(d)")) as.quoted(a ~ b + log(d))
Run the code above in your browser using DataLab