TADA_CheckType | R Documentation |
This function checks if the inputs to a function are of the expected type. It is used at the beginning of TADA functions to ensure the inputs are suitable.
TADA_CheckType(arg, type, paramName)
arg |
An input argument to check |
type |
Expected class of input argument |
paramName |
Optional name for argument to use in error message |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.