View source: R/mod_file_input_area.R
file_input_area_server | R Documentation |
Processes the file input from the UI component created by file_input_area_ui
and provides access to the uploaded file data.
file_input_area_server(id)
A reactive expression that returns a data frame containing information about the uploaded files, or NULL if no files have been uploaded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.