upd.si.m23 {monobinShiny} | R Documentation |
Sync between descriptive statistics and monobin module
Description
Sync between descriptive statistics and monobin module
Usage
upd.si.m23(upd.rf, num.rf, session)
Arguments
upd.rf |
Vector of risk factor field ids that need to be updated. |
num.rf |
Vector of updated numeric risk factors. |
session |
Session object. |
Value
No return value, called in order to sync between descriptive statistics and monobin modules' UI elements after imputation procedures.
Examples
if (interactive()) {
upd.si.m23(upd.rf = upd.rf,
num.rf = num.rf,
session = session)
}
[Package monobinShiny version 0.1.0 Index]