vadr (version 0.01)

as.dots: Convert a list of expressions into a ... object (a list of promises.)

Description

Convert a list of expressions into a ... object (a list of promises.)

Usage

as.dots(x, .envir = arg_env(x, environment()))
as.dots.literal(x)

Arguments

x
a vector or list.
.envir
The environment within which each promise will be evaluated.

Value

An object of class .... For as.dots, the list items are treated as expressions to be evaluated. For as.dots.literal, the items are treated as literal values.

See Also

dots "