getSteps,PipR-method | R Documentation |
Return the names of pipeline steps
## S4 method for signature 'PipR' getSteps(object, status = "all", graphOrder = FALSE)
object |
|
status |
Optionally only include complete or incomplete steps in the output.
Possible values are |
graphOrder |
Logical indicating whether the steps should be returned in graph order, i.e. in the order of a DFS in the pipeline graph. |
Character vector of pipeline step names.
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.