map_plan | R Documentation |
Deprecated on 2019-05-16. Use drake_plan()
transformations instead. See
https://books.ropensci.org/drake/plans.html#large-plans
for the details.
map_plan(args, fun, id = "id", character_only = FALSE, trace = FALSE)
args |
A data frame (or better yet, a |
fun |
Name of a function to apply the arguments
row-by-row. Supply a symbol if |
id |
Name of an optional column in |
character_only |
Logical, whether to interpret
the |
trace |
Logical, whether to append the columns of |
map_plan()
is like base::Map()
:
it takes a function name and a grid of arguments, and
writes out all the commands calls to apply the function to
each row of arguments.
A workflow plan data frame.
drake_plan()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.