CheckProcessCode: Check source code of a module process

View source: R/check_funcs.R

CheckProcessCodeR Documentation

Check source code of a module process

Description

Check if the source code of a process module is correct

Usage

CheckProcessCode(sourcefile = NULL)

Arguments

sourcefile

xxx

Details

xxxx xxx xxxx

Value

A list of two items: * 'passed': A boolean that indicates if the config is correct or not. * 'msg': A 'character(1)' as message.

Author(s)

Samuel Wieczorek

Examples

f <- system.file("module_examples", "example_module_PipelineA_Process1.R", 
package="Magellan")
CheckProcessCode(f)


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