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