manifest | R Documentation |
Return a tibble of information about the targets in a workflow definition.
manifest(x)
## S4 method for signature 'Workflow'
manifest(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')
manifest(workflow_definition)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.