powered by
Capture unevaluated dots.
dots(...)named_dots(...)
named_dots(...)
a list of expressions (not expression objects). named_dots
named_dots
will use the deparsed expressions as default names.
... passed in to the parent function
...
y <- 2 str(dots(x = 1, y, z = )) str(named_dots(x = 1, y, z =))
Run the code above in your browser using DataLab