ngchmProtoParamCheck: Check Protocol Parameters for NG-CHM

View source: R/functions.R

ngchmProtoParamCheckR 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.


MD-Anderson-Bioinformatics/NGCHM-R documentation built on April 1, 2024, 12:34 p.m.