glimpse | R Documentation |
Visualise the directed acyclic graph for a workflow's targets.
glimpse(x) ## S4 method for signature 'Workflow' glimpse(x)
x |
S4 object of class Workflow |
file_paths <- metaboData::filePaths('FIE-HRMS','BdistachyonEcotypes') sample_information <- metaboData::runinfo('FIE-HRMS','BdistachyonEcotypes') workflow_input <- inputFilePath(file_paths,sample_information) workflow_definition <- defineWorkflow(workflow_input, 'FIE-HRMS fingerprinting', 'Example project') glimpse(workflow_definition)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.