service.check_param_number {kidney.epi} | R Documentation |
Check number of parameters and stop function if it exceeds the expected number of parameters
service.check_param_number(param2check, acceptable_number = 1,
custom_message = "")
param2check |
List, Character string, Number. Parameter used in a function. |
acceptable_number |
Numeric. Acceptable number of arguments in the list param2check (by default is "1") |
custom_message |
Character string. Custom message to be output. If not defined, the standart output message is provided. nothing to return |
Check number of parameters and stop function if it exceeds the expected number of parameters. Service function that will not be exported to user.
Programming: Boris Bikbov boris@bikbov.ru.