Description Usage Arguments Details Value Examples
Treat the string values of a character vector as expressions in a dplyr function.
1 |
arg |
a vector of strings to be treated as expressions. |
This will parse a vector of strings and treat them as a list of expressions to be evaluated in the context of a dplyr function. This may be convenient when building expressions to evaluate at run time.
something that will resolve to a list of expressions when prefixed with '!!!'
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.