workflowInfo | R Documentation |
function to get the workflow information from a .pdResult file
workflowInfo(db, workflowsTable = "WorkFlows", returnNodeData = TRUE)
db |
database access 'handle' pointing to a .pdResult file |
workflowsTable |
name of the table containing the info. Default is 'WorkFlows' |
returnNodeData |
if TRUE then the node parameters are included in the returned data |
either a single data.frame containing basic info on the workflows or (if returnNodeData is TRUE) a list of the data.frame with the second list element containing information on the nodes that make up the processing & the consensus workflows (in xmlToList result format). This second element (called nodeInfo) is used in additional functions to show/display the processing/consensus workflows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.