tk_choose.dir
Choose a Folder Interactively
Use a Tk widget to choose a directory interactively.
- Keywords
- file
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
Examples
library(tcltk)
# NOT RUN {
tk_choose.dir(getwd(), "Choose a suitable folder")
# }
Community examples
Looks like there are no examples yet.