eval.quoted: Evaluate a quoted list of variables.

View source: R/quote.r

eval.quotedR 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

exprs

quoted object to evaluate

try

if TRUE, return NULL if evaluation unsuccessful

Value

a list


hadley/plyr documentation built on Oct. 15, 2023, 8:20 a.m.