| file.choose {base} | R Documentation | 
Choose a file interactively.
file.choose(new = FALSE)
new | 
Logical: choose the style of dialog box presented to the user: at present only new = FALSE is used. | 
A character vector of length one giving the file path.
list.files for non-interactive selection.
choose.files for selecting multiple files interactively.