numericInputRow {twoddpcr}R Documentation

Inline numericInputs.

Description

By default, numericInput objects are added to the page below each other. This function allows for inline numericInput fields.

Usage

numericInputRow(inputId, label, value = "", size = NULL)

Arguments

inputId

The identifier for the numericInput object.

label

The text label to display alongside.

value

The default value of the numericInput.

size

The size (width) and maxlength.

Value

A div with the appropriate label and input field.

References

Adapted from: http://stackoverflow.com/a/21132918/1262569


[Package twoddpcr version 1.16.0 Index]