es_renderPlot: Add Output Object

Description Usage Arguments Functions

Description

Adds an output object from shiny to the Easy Shiny app and places it into a specific tab and box. All the wrapper functions pass all their arguments to es_add_output (useful for specifying tabs and boxes).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
es_renderPlot(expr, tab = NULL, box = NULL, ...)

es_renderDataTable(expr, tab = NULL, box = NULL, ...)

es_renderImage(expr, tab = NULL, box = NULL, ...)

es_renderPrint(expr, tab = NULL, box = NULL, ...)

es_renderTable(expr, tab = NULL, box = NULL, ...)

es_renderText(expr, tab = NULL, box = NULL, ...)

es_renderUI(expr, tab = NULL, box = NULL, ...)

Arguments

expr

the expression to pass to the outputFunction (should be generating the correct object type)

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)

...

the parameters, that should be given to the output function

Functions


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