validate_parameters {spbal} | R Documentation |
This function is used to validate parameters passed to all spbal functions that may be called by a user.
validate_parameters(parm, parm_value)
parm |
The parameter to be validated. |
parm_value |
The value of the parameter to be validated. Must be defined as a list. |
Always returns TRUE indicating that the parameter was parsed successfully. If a parameter fails validation further execution is terminated using the STOP function.
Phil Davies.