dots | R Documentation |
Capture unevaluated dots.
dots(...) named_dots(...)
... |
|
a list of expressions (not expression objects). named_dots
will use the deparsed expressions as default names.
y <- 2 str(dots(x = 1, y, z = )) str(named_dots(x = 1, y, z =))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.