service.check_param_arguments {kidney.epi} | R Documentation |
Check the argument of a given parameter which set by user and stop function if the value set by user is not among the possible values of the argument
Description
Check the argument of a given parameter which set by user and stop function if the value set by user is not among the possible values of the argument
Usage
service.check_param_arguments(param2check, possible_params,
custom_message = "")
Arguments
param2check |
List, Character string, Number. Parameter used in a function. |
possible_params |
List. List of possible values of the parameter arguments |
custom_message |
Character string. Custom message to be output. If not defined, the standart output message is provided. nothing to return |
Details
Check the argument of a given parameter whichset by user and stop function if the value set by user is not among the possible values of the argument. Service function that will not be exported to user.
Programming: Boris Bikbov boris@bikbov.ru.
[Package kidney.epi version 1.2.0 Index]