View source: R/mmstat.ui.call.R
mmstat.ui.call | R Documentation |
Calls the underlying Shiny UI element (selectInput
, ...).
mmstat.ui.call(inputId, ...)
inputId |
character: the input slot called |
... |
further parameters given to the call |
whatever the call to the underlying Shiny UI element returns
mmstat.ui.elem(inputId="alpha", type="significance") mmstat.ui.call("alpha")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.