Useful for inputs (e.g. textInput).
The input variables can be used in shiny style (input$variable) in the output functions.
Do not use this function to create output objects, as they are registered in a different way.
The specialized functions (e.g. es_renderPlot) can be used for that.
1  | es_add_input(shinyfunction, tab = "Output", box = "Result", ...)
 | 
shinyfunction | 
 a shiny function to call to create the object  | 
tab | 
 tab to show the object in (new name creates tab)  | 
box | 
 box in the view area to show object in (new name creates box)  | 
... | 
 the arguments to deliver to the shiny function (  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.