newConcensusDataSet: Set up analysis container for ConcensusGLM

Description Usage Arguments Value See Also

Description

Set up analysis container for ConcensusGLM. This is the workhorse function; most users should use concensusDataSetFromFile.

Usage

1
2
newConcensusDataSet(checkpoint = FALSE, working_directory = ".",
  load_checkpoint = NULL, ...)

Arguments

checkpoint

Logical. Save intermediate results as checkpoints?

working_directory

Character. Path to where you want the analysis output.

load_checkpoint

If "latest", reload from latest checkpoint files in working_directory. If a string pattern matching existing checkpoint, then loads those files. If NULL (the default) then doesn nothing.

Value

list of class "concensusDataSet"

See Also

workflows::newWorkflow, concensusDataSetFromFile


eachanjohnson/concensusGLM documentation built on June 26, 2019, 2:26 a.m.