View source: R/ValidateParameters.R
validate_parameters | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.