plyr (version 1.8.9)

eval.quoted: Evaluate a quoted list of variables.

Description

Evaluates quoted variables in specified environment

Usage

eval.quoted(exprs, envir = NULL, enclos = NULL, try = FALSE)

Value

a list

Arguments

exprs

quoted object to evaluate

try

if TRUE, return NULL if evaluation unsuccessful