0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
shiny
/
examples
/
10_download
/
[
Home
]
File: Readme.md
We can add a download button to the UI using `downloadButton()`, and write the content of the file in `downloadHandler()` in the `server` function.