Description Usage Arguments See Also Examples
Send an update message to a URL input on the client. This update message can change the value and/or label.
1 2  | updateButtonGroup(session, inputId, selectedItems = NULL,
  impliedItems = NULL)
 | 
session | 
 shiny session object  | 
inputId | 
 Id of the buttongroup to update  | 
selectedItems | 
 items to set the selected status for  | 
impiedItems | 
 items to set the implied status for  | 
Other buttongroup: buttonGroup;
resetButtonGroup
1  | updateButtonGroup(session,'btnGroup',selectedItems=list('C'),impliedItems=list('A','B'))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.