verify_input: Verify validity of the provided function input.

Description Usage Arguments Value See Also

View source: R/not_exported.R

Description

verify_input provides checks given the name of the input parameter, possible choices and the default choice. If the input_name is not missing and is valid it is then returned; if the input_name is not missing and not valid the execution is stopped; if the input_name is missing the input_default is then returned. This is an internal function.

Usage

1
verify_input(input_name, input_choices, input_default)

Arguments

input_name

String containing the parameter name.

input_choices

String containing the possible choices.

input_default

String containing the default parameter.

Value

String

See Also

map_genes, run_go.


vitalinakomashko/parallelGO documentation built on May 18, 2019, 1:32 p.m.