read_data_file {shinyWGD}R 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.


[Package shinyWGD version 1.0.0 Index]