choose_files {radiant.data} | R Documentation |
Choose files interactively
choose_files(...)
... |
Strings used to indicate which file types should be available for selection (e.g., "csv" or "pdf") |
Open a file dialog. Uses JavaScript on Mac, utils::choose.files on Windows, and file.choose() on Linux
Vector of paths to files selected by the user
## Not run:
choose_files("pdf", "csv")
## End(Not run)