mmstat.ui.call: mmstat.ui.call

View source: R/mmstat.ui.call.R

mmstat.ui.callR 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")

HKRbook documentation built on Oct. 6, 2022, 9:06 a.m.