Adds an output object from shiny to the Easy Shiny app and places it into a specific tab and box
after the previously inserted elements. All the wrapper functions pass all their arguments to
es_add_output
(useful for specifying tabs and boxes).
1 2 |
render_call |
a call to a shiny render function, that generates an output (like |
ui_function |
a shiny UI function, that has to be corresponding to the function used in |
tab |
tab to show the plot in (default: 'Output', new name creates tab) |
box |
box in the view area to show plot in (default: 'Result', new name creates box) |
resize |
boolean switch, determines if a fullscreen modal dialog is created |
... |
the parameters, that should be given to the output function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.