all_dots {lazyeval}R 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


[Package lazyeval version 0.2.2 Index]