setup_pipeline_study: Set up an analysis pipeline

Description Usage Arguments Value

Description

Set up a properly formatted json file describing a study

Usage

1
2
setup_pipeline_study(name = "Study", hypotheses = list(),
  methods = list(), data = list(), analyses = list())

Arguments

name

The name of the study

hypotheses

A list of hypotheses in list format (as described in the vignette)

methods

A list of methods in list format (as described in the vignette)

data

A vector of data tables or paths to data files

analyses

A list of analyses in list format (as described in the vignette)

Value

A list of study parameters (class pipeline_study)


debruine/pipeline documentation built on May 8, 2019, 8:59 a.m.