Description Usage Arguments Value Examples
This should be used sparingly if you want to implement true non-standard evaluation with 100% magic. I recommend avoiding this unless you have strong reasons otherwise since requiring arguments to be formulas only adds one extra character to the inputs, and otherwise makes life much much simpler.
1 2 3 | f_capture(x)
dots_capture(..., .ignore_empty = TRUE)
|
x, ... |
An unevaluated promises |
.ignore_empty |
If |
f_capture
returns a formula; dots_capture
returns a list of formulas.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.