read_data_file: Read Data from Uploaded File

View source: R/utils.R

read_data_fileR Documentation

Read Data from Uploaded File

Description

This function reads data from an uploaded file in a Shiny application and returns it as a data frame.

Usage

read_data_file(uploadfile)

Arguments

uploadfile

The object representing the uploaded file obtained through the Shiny upload function.

Value

A data frame containing the data from the uploaded file.


shinyWGD documentation built on April 4, 2025, 2:28 a.m.