Learn R Programming

glossa (version 1.0.0)

file_input_area_ui: Custom File Input UI

Description

Creates a customized file input area in a Shiny application. The file input is designed to be visually distinct and supports features such as multiple file selection and file type restrictions.

Usage

file_input_area_ui(
  id,
  label = "Input text: ",
  multiple = FALSE,
  accept = NULL,
  width = NULL,
  button_label = "Browse...",
  icon_name = NULL
)

Arguments

Value

A Shiny UI object that can be added to a Shiny application.