check_input | R Documentation |
Performs a sanity check on the inputs from caller. It stops execution and outputs an error message if arguments are not in conformity with caller method.
check_input(caller, args_to_check)
caller |
name of the function that called the check_input. |
args_to_check |
list of arguments that will be checked. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.