textInputAdd: Create a text input control

Description Usage Arguments Value Author(s) See Also Examples

Description

Create an input control for entry of unstructured text values

Usage

1
  textInputAdd(inputId, label, value = "")

Arguments

inputId

Input variable to assign the control's value to

label

Display label for the control

value

Initial value

Value

A text input control is injected into the UI.

Author(s)

Jay Emerson, extending code from package shiny

See Also

updateTextInput

Examples

1
textInput("caption", "Caption:", "Data Summary")

jayemerson/ShinyHelper documentation built on May 18, 2019, 5:57 p.m.