0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
shiny
/
examples
/
09_upload
/
[
Home
]
File: Readme.md
We can add a file upload input in the UI using the function `fileInput()`, e.g. `fileInput('foo')`. In the `server` function, we can access the uploaded files via `input$foo`.