upload_server | R Documentation |
The server component of the Shiny module for creating a pretty upload button for uploading a text file.
upload_server(id)
id |
String. The input slot that will be used to access the value. |
A module server function that can be called in a reactive env to read the user-uploaded file and return a data frame.
upload_ui
for the UI.
inst/examples/ex-upload.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.