labelInput {loadeR} | R Documentation |
Create a label that can be used to show text.
labelInput(inputId, value = "")
inputId |
The input slot that will be used to access the value. |
value |
Initial value. |
An HTML element.
Diego Jimenez <diego.jimenez@promidat.com>
labelInput("id", "data")