View source: R/mod_shinyfile_import.R
mod_shinyfile_import_ui | R Documentation |
Adds a shinyFilesButton
mod_shinyfile_import_ui(
id,
title,
label,
multiple = FALSE,
tooltip_text = "",
tooltip_placement = "right",
trigger = "hover"
)
id |
Internal parameters for shiny. |
title |
The content of the tooltip. |
label |
Display label for the control, or |
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". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.