powered by
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
# NOT RUN { choose_files("pdf", "csv") # } # NOT RUN { # }
Run the code above in your browser using DataLab