upd.dm: Update data manager UI output

Description Usage Arguments Value Examples

View source: R/99_SYNC.R

Description

Update data manager UI output

Usage

1
upd.dm(id, dummy)

Arguments

id

Namespace id.

dummy

A logical value indicating whether gcd data (from monobin package) or specific csv file are imported.

Value

No return value, called in order to update data manager UI output after data import.

Examples

1
2
3
4
5
if 	(interactive()) {
observeEvent(rv$dm.uptd, {
	upd.dm(id = "data.manager", dummy = rv$import.dummy)
	}, ignoreInit = TRUE)
	}

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