Description Usage Arguments Value Examples
Capture unevaluated dots.
1 2 3 | dots(...)
named_dots(...)
|
... |
|
a list of expressions (not expression objects). named_dots
will use the deparsed expressions as default names.
1 2 3 | 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.