file_input_area_server {glossa}R 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.


[Package glossa version 1.2.2 Index]