commandInput: Command input

Description Usage Arguments

Description

Creates a text box that only sends its value when the user hits Enter.

Usage

1
commandInput(inputId, label, value, ..., autoclear = TRUE)

Arguments

inputId

Input variable to assign the control's value to.

label

Display label for the control, or NULL for no label.

value

Initial value.

...

Additional attributes to be included on the <input> tag.

autoclear

If TRUE, the contents of the text box are cleared after the value is sent.


rstudio/shiny-incubator documentation built on May 28, 2019, 7:53 a.m.