Home
/
R Base 3.6.2
/
I/O & Files
/
file.choose
R Base 3.5.0
R Base 3.6.2
Functions
ID
EN
…
I/O & Files
file.choose
R Base 3.6.2
Choose a file interactively.
Syntax
R
Copy
file.choose(new = FALSE)
Arguments
Parameter
Description
new
Logical: choose the style of dialog box presented to the user: at present only new = FALSE is used.
Return Value
A character vector of length one giving the file path. 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. choose.files for selecting multiple files interactively.