| nodes | R Documentation |
function that takes a (xmlToList type) workflow and returns a list of nodes
nodes(
workflow,
showHidden = FALSE,
showAdvanced = TRUE,
showConfiguration = FALSE
)
workflow |
a (xmlToList type) workflow |
showHidden |
if TRUE then rows with hidden = TRUE are included (default: false) |
showAdvanced |
if TRUE then rows with advanced = TRUE are included (default: TRUE) |
showConfiguration |
if TRUE then rows with configuration = TRUE are included (default: FALSE) |
a list of named data.frame objects containing all the parameters/ settings in the nodes of the workflow
an example of it's use: (workflowInfo(db))$nodeInfo$Consensus nodes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.