file_input_area_server: Server-side Logic for Custom File Input

View source: R/mod_file_input_area.R

file_input_area_serverR Documentation

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)

Value

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


glossa documentation built on Oct. 15, 2024, 5:08 p.m.