updateTypeahead: updateTypeahead

Description Usage Arguments See Also

Description

updateTypeahead Update a typeaheadInput buttons.

Usage

1
2
updateTypeahead(session, inputId, label = NULL, value = NULL,
  choices = NULL)

Arguments

session

The session object passed to function given to shinyServer.

inputId

Input variable to assign the control's value to

label

Display label for the control

value

Initial value

choices

Array of strings to match against. Can also be JavaScript function. Use htmlwidgets::JS() to indicate JavaScript.

See Also

typeaheadInput


ebailey78/shinyBS documentation built on May 15, 2019, 7:29 p.m.