Learn R Programming

glossa (version 1.0.0)

file_input_area_server: Server-side Logic for Custom File Input

Description

Processes the file input from the UI component created by file_input_area_ui and provides access to the uploaded file data.

Usage

file_input_area_server(id)

Arguments

Value

A reactive expression that returns a data frame containing information about the uploaded files, or NULL if no files have been uploaded.