Produces a data frame of remake summary commands. Use the help_remakeGenerator function to get more help.

summaries(commands, analyses, datasets, gather = rep("list",
  dim(commands)[1]))

Arguments

commands
Data frame output of the commands function.
analyses
Data frame of remake commands to generate analyses.
datasets
Data frame of remake commands to generate datasets.
gather
Character vector, names of functions to gather the summaries. If not NULL, length must be the number of rows in the commands argument.

Value

preprocessed data frame of remake summary commands

Details

Use the help_remakeGenerator function to get more help.

See also

help_remakeGenerator