Description Usage Arguments Value
Cross-platform choose files function
1 2 3 4 5 6 | choose_files(
caption = "Select files",
default = "",
multi = TRUE,
filters = NULL
)
|
caption |
Caption for the choose directory dialog |
default |
Starting directory |
multi |
Allow multiple files to be selected |
filters |
A two-column matrix of filename filters, or a two-element vector containing a single filter. |
The path to the selected file(s), or NA if the user canceled.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.