.are_valid_argument_values | R Documentation |
Utility function that checks that the values the user passed when calling a function are valid.
.are_valid_argument_values(user_inputs)
user_inputs |
A list of lists with two elements: the first is the value of the parameter to be tested. The second is the expected type of that parameter. |
TRUE if all tests were passed. Throws an error otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.