tk_choose.dir | R Documentation |
Use a Tk widget to choose a directory interactively.
tk_choose.dir(default = "", caption = "Select directory")
default |
which directory to show initially. |
caption |
the caption on the selection dialog. |
A length-one character vector, character NA
if
‘Cancel’ was selected.
tk_choose.files
if (interactive()) tk_choose.dir(getwd(), "Choose a suitable folder")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.