powered by
This returns the number of arguments currently forwarded in ... as an integer.
...
dots_n(...)
Forwarded arguments.
# NOT RUN { fn <- function(...) dots_n(..., baz) fn(foo, bar) # }
Run the code above in your browser using DataLab