tcltk (version 3.6.0)

tk_choose.dir: Choose a Folder Interactively

Description

Use a Tk widget to choose a directory interactively.

Usage

tk_choose.dir(default = "", caption = "Select directory")

Arguments

default

which directory to show initially.

caption

the caption on the selection dialog.

Value

A length-one character vector, character NA if ‘Cancel’ was selected.

See Also

tk_choose.files

Examples

Run this code
# NOT RUN {
tk_choose.dir(getwd(), "Choose a suitable folder")
# }

Run the code above in your browser using DataCamp Workspace