algo.ui {monobinShiny}R Documentation

Server side for monobin functions' inputs

Description

Server side for monobin functions' inputs

Usage

algo.ui(id)

Arguments

id

Namespace id.

Value

No return value, server side call for user interface of the selected binning algorithm.

Examples

if 	(interactive()) {
	algo.ui(id = "monobin")
	}

[Package monobinShiny version 0.1.0 Index]