file_upload_server: file Upload Module Server

Description Usage Arguments Value

View source: R/file_upload.R

Description

A file upload can be created to display local machine or hosted directories to share information with the shiny application

Usage

1
2
3
4
5
6
7
8
9
file_upload_server(
  input,
  output,
  session,
  label = "Please upload the Excel file",
  accept = c(".xlsx"),
  multiple = F,
  rl = "Input File Module"
)

Arguments

input

list of inputs used in the shiny application session

output

list of outputs used the shiny application session

session

The shiny app session object

label

The label of the file upload UI

accept

The file extension to accept

multiple

Can multiple items be shared. Default FALSE

rl

The reactive label for debugging

Value

HTML UI code for a shiny application


HarryRosen/hrimodules documentation built on Jan. 11, 2022, 12:36 a.m.