all_dots: Combine explicit and implicit dots.

View source: R/lazy-as.R

all_dotsR Documentation

Combine explicit and implicit dots.

Description

Combine explicit and implicit dots.

Usage

all_dots(.dots, ..., all_named = FALSE)

Arguments

.dots

A list of lazy objects

...

Individual lazy objects

all_named

If TRUE, uses auto_name to ensure every component has a name.

Value

A lazy_dots


hadley/lazyeval documentation built on June 19, 2022, 2:21 a.m.