mono.inputs.check: Check for numeric arguments - monobin module

Description Usage Arguments Value Examples

View source: R/99_HELPERS.R

Description

Check for numeric arguments - monobin module

Usage

1
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

1
2
3
if 	(interactive()) {
	num.inp <- mono.inputs.check(x = bin.algo, args.e = args.e)
	}

monobinShiny documentation built on Nov. 22, 2021, 9:07 a.m.