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