es_add: Add Shiny Object to App Adds the given params to the internal...

Description Usage Arguments

Description

Add Shiny Object to App

Adds the given params to the internal visuals list.

Usage

1
es_add(render_call, ui_call, tab, box, resize = FALSE, ...)

Arguments

render_call

a call to a shiny render... function (e.g. renderPlot) or NULL for input and static elements

ui_call

a shiny Output function call (should have a valid 'inputId')

tab

the tabname (default: 'Output')

box

the boxname (default: 'Result')

resize

logical, shall the object be resizable in a modal Window (shinyBS, Default: FALSE)

...

arguments to pass to the ui_function


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