Nothing
## ----eval=F-------------------------------------------------------------------
# # Inside ui_body.R or ui_sidebar.R
#
# downloadablePlotUI(id = "object_id1",
# downloadtypes = c("png", "csv"),
# download_hovertext = "Download the plot and data here!",
# height = "500px",
# btn_halign = "left")
## ----eval = F-----------------------------------------------------------------
# # Inside server_local.R
#
# downloadablePlot(id = "object_id1",
# logger = ss_userAction.Log,
# filenameroot = "mydownload1",
# aspectratio = 1.33,
# downloadfxns = list(png = myplotfxn,
# tsv = mydatafxn),
# visibleplot = myplotfxn)
#
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.