manifest: Workflow definition target information

manifestR Documentation

Workflow definition target information

Description

Return a tibble of information about the targets in a workflow definition.

Usage

manifest(x)

## S4 method for signature 'Workflow'
manifest(x)

Arguments

x

S4 object of class Workflow

Examples

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)

jasenfinch/metaboWorkflows documentation built on May 24, 2023, 8:23 a.m.