View source: R/output-widgets.R
output_gadget | R Documentation |
'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 )
outputId |
output ID in the root scope of shiny session |
icon |
gadget icon |
type, gadgets |
gadget type(s), currently supported: |
class |
additional class to the gadget or its container |
inputId |
input ID, automatically assigned internally |
... |
ignored |
expr |
shiny output call expression, for example,
|
quoted |
whether |
env |
environment where |
container |
optional container for the gadgets and outputs; will be ignored
if |
wrapper |
whether to wrap the gadgets and the output within a 'HTML' container |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.