Description Usage Arguments Details Value See Also
Evaluates the wildcard placeholders of a data frame of remake commands.
Use the help_remakeGenerator function to get more help.
| 1 | 
| x | argument data frame | 
| rules | Named list with wildcards as names and vectors of replacements as values. This is a way to evaluate multiple wildcards at once. | 
| wildcard | character string to replace with elements of  | 
| values | values to replace the wildcard in the remake commands. Must be
the same length as  | 
| expand | If  | 
If wildcard and values are not NULL, the members of 
values will replace wildcard in the command
column of x. If the rules list is not NULL, rules takes precedence
over wildcard and values. In this case, the names of rules
act as wildcards, and each corresponding element of rules acts as a 
values argument in a recursive call to evaluate.
Use the help_remakeGenerator function to get more help.
an evaluated data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.