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