sync.m23.imp: Sync between descriptive statistics and monobin module after...

Description Usage Arguments Value Examples

View source: R/99_SYNC.R

Description

Sync between descriptive statistics and monobin module after imputation process

Usage

1
sync.m23.imp(id, num.rf, module)

Arguments

id

Namespace id.

num.rf

Vector of updated numeric risk factors.

module

Descriptive statistic or monobin module.

Value

No return value, called in order to sync between descriptive statistics and monobin modules' UI elements after imputation process.

Examples

1
2
3
4
5
6
7
8
if 	(interactive()) {
observeEvent(rv$sync2, {
	rf.update.2 <- c(rv$num.rf[!rv$num.rf%in%rv$target.select.2], rv$rf.imp, rv$rf.out)
	sync.m23.imp(id = "desc.imputation", 
		     num.rf = rf.update.2,
		     module = "desc")
	}, ignoreInit = TRUE)
	}

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