guiDlgDir {svDialogs} | R Documentation |
Allows to easily select a directory
guiDlgDir(title = "Select a directory", dir = getwd(), new = TRUE, parent = 0, GUI = getOption("guiWidgets"))
title |
the title of the dialog box |
dir |
the default directory |
new |
is a new directory allowed? |
parent |
the parent of this dialog box (not implemented yet) |
GUI |
which GUI widgets do you want to use (tcltk, ...) |
The choosen directory, or an empty string if the cancel button was clicked.
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...