mmstat.ui.elem: mmstat.ui.elem

mmstat.ui.elemR Documentation

mmstat.ui.elem

Description

Adds a new UI element to the app interface. The following types from Shiny are allowed:

  • actionButton,

  • checkboxInput,

  • checkboxGroupInput,

  • dateInput,

  • dateRangeInput,

  • fileInput,

  • helpText,

  • numericInput,

  • radioButtons,

  • selectInput,

  • sliderInput,

  • submitButton, and

  • textInput.

Additionally some standard statistical UI elements are supported (links go to the Shiny element used):

  • sampleSize,

  • drawSample,

  • speedSlider,

  • confidenceLevel,

  • significance,

  • testHypotheses,

  • dataSet,

  • variable1,

  • variableN, and

  • fontSize.

Partially these elements have default settings which can be overwritten.

Usage

mmstat.ui.elem(inputId, type, ...)

Arguments

inputId

character: input slot that will be used to access the value

type

character: element type

...

further named parameter to Shiny UI elements

Value

nothing

Examples

mmstat.ui.elem(inputId="alpha", type="significance")

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