CheckProcessCode | R Documentation |
Check if the source code of a process module is correct
CheckProcessCode(sourcefile = NULL)
sourcefile |
xxx |
xxxx xxx xxxx
A list of two items: * 'passed': A boolean that indicates if the config is correct or not. * 'msg': A 'character(1)' as message.
Samuel Wieczorek
f <- system.file("module_examples", "example_module_PipelineA_Process1.R", package="Magellan") CheckProcessCode(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.