mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-03 11:15:07 -05:00
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 for more
details.