hiddenInput | R Documentation |
Make a hidden input field. Handy for replacing superfluous single-value selects etc
hiddenInput(id, values)
An HTML id | |
The value the input should return |
output HTML as output by Shiny's HTML()
hiddenInput("myid", "iamavalue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.