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.


NGCHM documentation built on April 4, 2025, 3:48 a.m.