es_add_output: Add Output Object

Description Usage Arguments

Description

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).

Usage

1
2
es_add_output(render_call, ui_function, tab = NULL, box = NULL,
  resize = TRUE, ...)

Arguments

render_call

a call to a shiny render function, that generates an output (like renderPlot), the corresponding output function will be automatically chosen

ui_function

a shiny UI function, that has to be corresponding to the function used in render_call

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


mYstar/easyshiny documentation built on June 21, 2019, 10:37 a.m.