dot-check_if_null_or_integer.RdUtility function to check whether an object is an integer or null
.check_if_null_or_integer(number, parameter_name)
| number | The value 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.