powered by
Use a Tk widget to choose a directory interactively.
tk_choose.dir(default = "", caption = "Select directory")
which directory to show initially.
the caption on the selection dialog.
A length-one character vector, character NA if ‘Cancel’ was selected.
NA
tk_choose.files
# NOT RUN { tk_choose.dir(getwd(), "Choose a suitable folder") # }
Run the code above in your browser using DataLab