.is_valid_module_input | R Documentation |
Utility function that checks if a user input is one of:
a numeric vector with values > 0
a list with two elements: values
(a numeric vector with values > 0) and index_offset
(an integer)
.is_valid_module_input(module_input_object, parameter_name)
module_input_object |
the vector/list the user passed as a parameter, to be tested |
parameter_name |
A string containing the name the tested parameter had in the initial function in which it was passed. |
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.