ngchmProtoParamCheck {NGCHM}R Documentation

Check Protocol Parameters for NG-CHM

Description

Check that all required parameters are specified, and all specified parameters are either required or optional.

Usage

ngchmProtoParamCheck(params, required, optional)

Arguments

params

A list of parameters to be checked.

required

A character vector specifying the required parameters.

optional

A character vector specifying the optional parameters.

Value

None. This function is used for its side effects of checking the parameters and potentially stopping execution with an error message.


[Package NGCHM version 1.0.3 Index]