| dots_arg | R Documentation |
arguments in ... returned as a character or integer vector
dots_arg(...)
... |
arguments |
NULL, character or integer vector
eddy castellón
## Not run:
dots_arg(a, b)
dots_arg("a", "b")
dots_arg(c("a", "b"))
dots_arg(1:3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.