getMissingErrorMessage: Create the error message for a certain parameter that is...

View source: R/errorMessage.R

getMissingErrorMessageR Documentation

Create the error message for a certain parameter that is missing

Description

For a particular parameter, create an error message specifying that the parameter is missing.

Usage

getMissingErrorMessage(paramName, algoName = NULL, functionName = "")

Arguments

paramName

Name of parameter, e.g. lambda

algoName

Name of algorithm, e.g. AFF change detector

functionName

The name of the original function which is being called to check the parameters. Will help user with debugging.


ffstream documentation built on May 31, 2023, 7:53 p.m.