mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-07 21:26:08 -05:00
5 lines
226 B
Markdown
5 lines
226 B
Markdown
We can add a download button to the UI using `downloadButton()`, and write
|
|
the content of the file in `downloadHandler()` in `server.R`. See [the
|
|
tutorial](http://rstudio.github.io/shiny/tutorial/#downloads) for more
|
|
details.
|