Read a single uploaded file into a data frame
read_upload_file.RdDispatches on file extension: .csv uses utils::read.csv(),
.parquet uses arrow::read_parquet(), .rda/.rdata loads the
first data frame found in the file.
read_upload_file.RdDispatches on file extension: .csv uses utils::read.csv(),
.parquet uses arrow::read_parquet(), .rda/.rdata loads the
first data frame found in the file.