mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
226 B
226 B
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.