Learn R Programming

HKRbook (version 0.1.3)

mmstat.ui.update: mmstat.ui.update

Description

Call for a update of an underlying Shiny UI element (selectInput, ...).

Usage

mmstat.ui.update(inputId, ...)

Value

whatever the update to the underlying Shiny UI element returns

Arguments

inputId

character: the input slot called

...

further parameters given to the call

Examples

Run this code
mmstat.ui.elem(inputId="alpha", type="significance")
mmstat.ui.call("alpha")

Run the code above in your browser using DataLab