mono.inputs.check {monobinShiny} | R Documentation |
Check for numeric arguments - monobin module
mono.inputs.check(x, args.e)
x |
Binning algorithm from monobin package. |
args.e |
Argument elements of the selected monobin function. |
Returns a list of two vectors: logical if validation is successful and character vector with validation message.
if (interactive()) {
num.inp <- mono.inputs.check(x = bin.algo, args.e = args.e)
}