numericValueUIs: Creates a tagList of numericInputUI instances.

Usage Arguments

Usage

1
2
numericValueUIs(ids, labels = NULL, values = NULL, minvals = NULL,
  maxvals = NULL, steps = NULL, widths = NULL, custom_css = NULL)

Arguments

ids

A unique string id for the numericInput. If your code is modularised, remember to wrap the id with the relevant session namespace function, e.g. numericValueUI(id = session$ns("someinput")).

labels

A label for the input.

values

The default values.

minvals

The smallest allowed values.

maxvals

The largest allowed values.

steps

The step sizes when incrementing.

widths

The widths of the shiny::numericValue UI element. Must be valid css (i.e. "10

\item

custom_cssThe numericInput will each be wrapped in da iv() styled with the css code provided as a string with the custom_css input. For example, when creating multiple instances of the same type of UI element, one could provide custom_css = "display: inline-block;" to display the different elements inline.

Creates a tagList of numericInputUI instances.


kahaaga/shinymodules documentation built on May 6, 2019, 9:54 a.m.