generateWorkflow | R Documentation |
Generate a workflow project directory from a workflow definition.
generateWorkflow(workflow, start = TRUE) ## S4 method for signature 'Workflow' generateWorkflow(workflow, start = TRUE)
workflow |
S4 object of class |
start |
TRUE/FALSE. Automatically activate the project in a new RStudio session after creation |
## Not run: 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') generateWorkflow(workflow_definition) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.