mmstat.ui.call {HKRbook}R Documentation

mmstat.ui.call

Description

Calls the underlying Shiny UI element (selectInput, ...).

Usage

mmstat.ui.call(inputId, ...)

Arguments

inputId

character: the input slot called

...

further parameters given to the call

Value

whatever the call 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]