algo.ui {monobinShiny} | R Documentation |
Server side for monobin functions' inputs
algo.ui(id)
id |
Namespace id. |
No return value, server side call for user interface of the selected binning algorithm.
if (interactive()) {
algo.ui(id = "monobin")
}