dots: Capture Ellipsis

Description Usage Arguments Value Note Author(s)

View source: R/internal.R

Description

Evaluate the ellipsis (i.e. '...') in environment env and coerce it to a list.

Usage

1
dots(env = parent.frame())

Arguments

env,

environment, the environment in which to search for the ellipsis. Defaults to the parent frame.

Value

named list.

Note

Any promise objects in the ellipsis object are evaluated in environment env.

Author(s)

Ron Triepels


cgraph documentation built on Feb. 9, 2020, 5:07 p.m.

Related to dots in cgraph...