View source: R/csvUploadModule.R
csvUploadServer | R Documentation |
This function defines the server logic for the CSV upload module.
csvUploadServer(id, vars_title = "Available Variables")
id |
A character string that matches the ID used in |
vars_title |
A character string for the title of the variables table. |
A reactive expression containing the uploaded data.
server <- function(input, output, session) {
csvUploadServer("my_data", "My Variables")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.