validate | R Documentation |
Validate a workflow definition, checking for issues. An error or a warning will be returned if a problem is detected.
validate(x) ## S4 method for signature 'Workflow' validate(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') validate(workflow_definition)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.