R: Choose a File Interactively (original) (raw)

file.choose {base} R Documentation

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.

See Also

[list.files](../../base/help/list.files.html) for non-interactive selection.


[Package _base_ version 4.6.0 Index]