downloadGGPlotButtonServer()
downloadReportButtonServer()
downloadTableButtonServer()
These methods allow for the module server to be more easily integrated into the
server code directly, rather than needing callModule
like before. There are a
few key differences to this in terms of how the server logic would look, mainly
around where you pass a reactive expression instead of a reactive value.downloadGGPlotButton()
downloadReportButton()
downloadTableButton()
Will still work as before for now, but will create a deprecation warning.
The old methods won't receive further updates. We recommend transitioning to the
newer layouts where possible, although this transition involves transitioning
across a breaking change, so please test your app throughly. To help with the
transition, the examples have been updated. See shinyDownloadExample()
for
updated examples of usage.shinyUI()
and shinyServer()
.
Consequently, the dependency on {shiny} is now version >= 0.10.:::
by creating the <option>
{.html} tags manually.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.