validate_module_input: Validate module input has been changed

Description Usage Arguments Value Author(s) Examples

View source: R/modules.R

Description

validate_module_input - validate module input In the gwas_results modules, many inputs are set to "DOUBLE_CLICK_HERE_TO_CHANGE". This functions validates that the input was changed from the default. It is important to wrap this functionality in a function to keep it hidden from users.

Usage

1

Arguments

...

A single or multiple comma seperated inputs to validate. Inputs can be strings or vectors.

Value

Returns nothing. Will fail if encounters a problem.

Author(s)

Karsten Sieber karsten.b.sieber@gsk.com

Examples

1
2
validate_module_input(hgncid)
validate_module_input(chrom, pos_start, pos_end)

tobyjohnson/gtx documentation built on Aug. 30, 2019, 8:07 p.m.