Learn R Programming

cgraph (version 6.0.1)

dots: Capture Ellipsis

Description

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

Usage

dots(env = parent.frame())

Arguments

env,

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

Value

named list.