Learn R Programming

radiant.data (version 1.0.6)

choose_files: Choose files interactively

Description

Choose files interactively

Usage

choose_files(...)

Arguments

...

Strings used to indicate which file types should be available for selection (e.g., "csv" or "pdf")

Value

Vector of paths to files selected by the user

Details

Open a file dialog. Uses JavaScript on Mac, utils::choose.files on Windows, and file.choose() on Linux

Examples

Run this code
# NOT RUN {
choose_files("pdf", "csv")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab