run_workflow | R Documentation |
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'.
run_workflow(id, verbose = FALSE, tl.layout = NULL)
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 |
Samuel Wieczorek
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.