View source: R/downloadablePlot.R
downloadablePlotUI | R Documentation |
UI for plot with download data button
downloadablePlotUI( id, title = "Download plot data", width = "100%", height = "400px", zoom = FALSE )
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 |
an HTML tag object corresponding to the UI for downloadablePlot
.
NS
, downloadablePlot
, plotOutput
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.