loadModule: loadModule

Usage Arguments Examples

Usage

1

Arguments

x

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
##---- 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) 
{
    attrs <- xmlAttrs(x)
    if ("ref" %in% names(attrs)) {
        module <- readModule(attrs["ref"])
        contents <- xmlChildren(xmlRoot(module))
        addChildren(x, kids = contents)
    }
  }

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