Description Usage Arguments Value
View source: R/plan_analyses.R
Given M methods to be applied to N datasets, make a drake plan
that contains an analysis
targets corresponding to each M x N
combination, as well as M results
targets corresponding to a list of
the analysis
outputs for each of the M methods.
1 |
methods |
a drake plan listing the methods to be applied (it is expected that each method is a function that takes in a dataset object) |
datasets |
a drake plan listing the datasets to be analyzed |
... |
arguments to be passed to |
a drake plan (i.e. a tibble) specifying the targets and commands for all the analyses and the collected results (grouping the outputs from each method into a single list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.