summaries
Generate a worklfow plan data frame for summarizing multiple analyses of multiple datasets multiple ways.
summaries(plan, analyses, datasets, gather = rep("list", nrow(plan)))
workflow plan data frame with commands for the summaries.
Use the ..analysis..
and ..dataset..
wildcards
just like the ..dataset..
wildcard in analyses()
.
workflow plan data frame of analysis instructions
workflow plan data frame with instructions to make or import the datasets.
Character vector, names of functions to gather the
summaries. If not NULL
, the length must be the number of
rows in the plan
. See the gather()
function
for more.
an evaluated workflow plan data frame of instructions for computing summaries of analyses and datasets. analyses of multiple datasets in multiple ways.