Description Usage Arguments See Also
This function allows the user to choose file(s) interactively. It has been tested on Windows, Ubuntu and macOS.
1 2 | choose_files(initial_dir = getwd(), method = select_directory_method(),
title = NULL, multiple = TRUE)
|
initial_dir |
Path to folder from which to display dialog. Default is to use current working directory. |
method |
Package to be used to construct the GUI. See 'select_directory_method()' |
title |
Character, title of the vector |
multiple |
Boolean, allows for multiple files to be selected. Some GUIs do not allow multiple files. |
select_directory_method(), choose_directory()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.