env2dots: Convert an environment into a ... object, without forcing...

Description Usage Arguments Value

Description

All bindings in the environment will be copied into a new ... list. Bindings that are promises will be added to the ... list without forcing, while other bindings will be wrapped in an already-evaluated promise. If '...' exists in the environment, all bindings it contains will be added to the ... list. The output will not be in any particular order.

Usage

1
env2dots(envir, include_missing = FALSE)

Arguments

envir

An environment.

include_missing

Whether to include "missing" bindings in the dotslist.

Value

A dots object.


crowding/vadr documentation built on May 14, 2019, 11:33 a.m.