View source: R/csvUploadModule.R
csvUploadUI | R Documentation |
This function creates the UI elements for the CSV upload module.
csvUploadUI(id)
id |
A character string that defines the namespace for the module. |
A list containing two elements:
input
: The file input UI for uploading a CSV file.
output
: The UI for displaying the variables table.
csvUploadUI("my_data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.