dots_n | R Documentation |
This returns the number of arguments currently forwarded in ...
as an integer.
dots_n(...)
... |
Forwarded arguments. |
fn <- function(...) dots_n(..., baz)
fn(foo, bar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.