downloadablePlotUI {shinydlplot} | R Documentation |
UI for plot with download data button
Description
UI for plot with download data button
Usage
downloadablePlotUI(
id,
title = "Download plot data",
width = "100%",
height = "400px",
zoom = FALSE
)
Arguments
id |
id string that gets namespaced by |
title |
Text to display on hover of download button. |
width , height |
Image width/height. Must be a valid CSS unit (like
|
zoom |
if |
Value
an HTML tag object corresponding to the UI for downloadablePlot
.
See Also
NS
, downloadablePlot
, plotOutput
[Package shinydlplot version 0.1.4 Index]