powered by
Choose files interactively
choose_files(...)
Vector of paths to files selected by the user
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
if (FALSE) { choose_files("pdf", "csv") }
Run the code above in your browser using DataLab