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