Non-standard evaluation (NSE)

# Functions for handling NSE
substitute()
quote()
deparse(substitute(x))
eval(expression())

# Use variables without quotes
function(x) { as.character(substitute(x)) }

Note : see also the package lazyeval.

results matching ""

    No results matching ""