Description Usage Arguments Details Examples
A more detailed description will eventually go here...
1 2 |
pipeline |
an object of class |
module |
the label of the module that will contain the task |
label |
a character string |
method |
a user-defined function. The input/output requirements for |
parameters |
A data frame with named columns |
libraries |
A character vector of libraries required in |
control |
A named list with values of |
Specific input parameters and outputs are required for user-defined methods depending on the class of module. Tasks added to M1 modules are required to have input parameter x. Tasks added to M2 modules are required to have input parameters x, y, and optionally data. Tasks added to M3 modules are required to have input parameters x and rank. Tasks added to M4 modules are required to have input parameters x, y, and testdata.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.