Description Usage Arguments Value Note Examples
Retain original file name of uploaded file
1 |
x |
result of a shiny fileInput call |
string with original file name
see https://github.com/daattali/advanced-shiny/tree/master/upload-file-names
1 2 3 4 | ## Not run:
new_path <- fixUploadFileNames(input$my_upload)$datapath
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.