Description Usage Arguments Details Value See Also
Evaluates multiple wildcards. This is an internal utility function only.
The use of evaluate is exactly the same, and it is recommended that
users use evaluate directly rather than evaluations.
1 | evaluations(x, rules = NULL, expand = TRUE)
|
x |
argument data frame |
rules |
Named list with wildcards as names and vectors of replacements as values. See the Details section for more. |
expand |
If |
Evaluates multiple wildcards by running multiple
calls to evaluate, with one call for every entry in the
rules list. In the calls to evaluate, the names of
rules are plugged into wildcard, and the elements of
rules are plugged into values.
Use the help_remakeGenerator function to get more help.
an evaluated data frame
help_remakeGenerator, evaluate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.