eval(expr, envir=NULL, quote=FALSE)
eval evaluates the expression expr
argument in the environment specified by envir.
If envir is NULL then the environment where the
call to eval is made is used.
If quote is true then the expression is {\em quoted} before
being evaluated. This is equivalent to wrapping a call to substitute
around expr before passing it to the internal evaluator.
expression, environment.