Learn R Programming

multiplyr (version 0.1.1)

dotscapture: Capture ... for later evaluation

Description

Capture ... for later evaluation

Usage

dotscapture(...)

Arguments

...
Dots from function

Value

Dots object for use with dotseval

Examples

Run this code

f <- function (...) { dotscapture(...) }
x <- 123
dots <- f (x)
dotseval (dots, sys.frame())

Run the code above in your browser using DataLab