eval.quoted {plyr} | R Documentation |
Evaluate a quoted list of variables.
Description
Evaluates quoted variables in specified environment
Usage
eval.quoted(exprs, envir = NULL, enclos = NULL, try = FALSE)
Arguments
try |
if TRUE, return |
expr |
quoted object to evalution |
Value
a list
[Package plyr version 1.8.8 Index]