runPipeline: runPipeline

Usage Arguments Examples

Usage

1

Arguments

x

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x) 
{
    if (!checkPipeline(x)) {
        stop("Invalid pipeline")
    }
    modules <- getNodeSet(xmlRoot(x), "module")
    invisible(lapply(modules, runModule))
  }

bradleydrayton/pipeline documentation built on May 13, 2019, 2:27 a.m.