updateLabelInput: Change the value of a label input on the client.
Description
Change the value of a label input on the client.
Usage
updateLabelInput(session, labelid, value = NULL)
Arguments
- session
The session object passed to function given to shinyServer. Default is getDefaultReactiveDomain().
- labelid
The id of the input object.
- value
Initial value.
Author
Diego Jimenez <diego.jimenez@promidat.com>