read_data_file | R Documentation |
This function reads data from an uploaded file in a Shiny application and returns it as a data frame.
read_data_file(uploadfile)
uploadfile |
The object representing the uploaded file obtained through the Shiny upload function. |
A data frame containing the data from the uploaded file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.