checkargFailedHandler {checkarg} | R Documentation |
Helper function for the checkarg function, called in cases the argument does not pass the check. Throws an exception if stopIfNot is TRUE.
checkargFailedHandler(default, stopIfNot, messagePattern, argumentName)
default |
See checkarg function. |
stopIfNot |
See checkarg function. |
messagePattern |
See checkarg function. |
argumentName |
See checkarg function. |
FALSE.