example_mod_pipeline: Shiny example module 'Process'

run_workflowR Documentation

Shiny example module 'Process'

Description

This module contains the configuration informations for the corresponding pipeline. It is called by the nav_pipeline module of the package Magellan. This documentation is for developpers who want to create their own pipelines nor processes to be managed with 'Magellan'.

Usage

run_workflow(id, verbose = FALSE, tl.layout = NULL)

Arguments

id

xxx

verbose

A 'boolean' that indicates whether to show some infos in the console and add the shiny module for debugging

tl.layout

Additional parameters for mod_nav

Author(s)

Samuel Wieczorek

Examples

## Not run: 
dirpath <- system.file('module_examples', package='Magellan')
for (l in list.files(path = dirpath, pattern = ".R", recursive = TRUE))
 source(file.path(dirpath, l), local=FALSE)$value

run_workflow('Process1', verbose = TRUE)

run_workflow('PipelineA', layout = c('h', 'h'))

## End(Not run)


samWieczorek/Magellan documentation built on March 30, 2022, 3:40 a.m.