mod_shinyfile_import_ui: shinyfile_import UI Function

View source: R/mod_shinyfile_import.R

mod_shinyfile_import_uiR Documentation

shinyfile_import UI Function

Description

Adds a shinyFilesButton

Usage

mod_shinyfile_import_ui(
  id,
  title,
  label,
  multiple = FALSE,
  tooltip_text = "",
  tooltip_placement = "right",
  trigger = "hover"
)

Arguments

id

Internal parameters for shiny.

title

The content of the tooltip.

label

Display label for the control, or NULL for no label.

multiple

Whether the user should be allowed to select and upload multiple files at once. Does not work on older browsers, including Internet Explorer 9 and earlier.

tooltip_text

The content of the tooltip (string / HTML)

tooltip_placement

Where the tooltip should appear relative to its target (top, bottom, left, or right). Defaults to "right"

trigger

What action should cause the tooltip to appear? (hover, focus, click, or manual). Defaults to "hover".


CCICB/CRUX documentation built on Jan. 28, 2024, 10:12 p.m.