'RAVE' dashboard output gadgets
output_gadget(
outputId,
icon = NULL,
type = c("standalone", "download", "actionbutton", "custom"),
class = NULL,
inputId = NULL,
...
)output_gadget_container(
expr,
gadgets = c("standalone", "download"),
quoted = FALSE,
env = parent.frame(),
outputId = NULL,
class = NULL,
container = NULL,
wrapper = TRUE
)
output ID in the root scope of shiny session
gadget icon
gadget type(s), currently supported: 'standalone'
,
'download'
, 'actionbutton'
additional class to the gadget or its container
input ID, automatically assigned internally
ignored
shiny output call expression, for example,
shiny::plotOutput({...})
whether expr
is quoted; default is false
environment where expr
should be evaluated
optional container for the gadgets and outputs; will be ignored
if wrapper
is false
whether to wrap the gadgets and the output within a 'HTML' container