Cross-platform choose files function
choose_files(
caption = "Select files",
default = "",
multi = TRUE,
filters = NULL
)
Caption for the choose directory dialog
Starting directory
Allow multiple files to be selected
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.