Rdocumentation
powered by
Learn R Programming
base (version 3.3)
file.choose: Choose a File Interactively
Description
Choose a file interactively.
Usage
file.choose(new = FALSE)
Arguments
new
Logical: choose the style of dialog box presented to the user: at present only new = FALSE is used.
Value
A character vector of length one giving the file path. windows This will be a marked UTF-8 string, as a Unicode file selection dialog box is used.
See Also
list.files
for non-interactive selection. windows
choose.files
for selecting multiple files interactively.