mmstat.ui.update {HKRbook} | R Documentation |
mmstat.ui.update
Description
Call for a update of an underlying Shiny UI element (selectInput
, ...).
Usage
mmstat.ui.update(inputId, ...)
Arguments
inputId |
character: the input slot called |
... |
further parameters given to the call |
Value
whatever the update to the underlying Shiny UI element returns
Examples
mmstat.ui.elem(inputId="alpha", type="significance")
mmstat.ui.call("alpha")
[Package HKRbook version 0.1.3 Index]