choose_dir {radiant.data} | R Documentation |
Choose a directory interactively
choose_dir(...)
... |
Arguments passed to utils::choose.dir on Windows |
Open a file dialog to select a directory. Uses JavaScript on Mac, utils::choose.dir on Windows, and dirname(file.choose()) on Linux
Path to the directory selected by the user
## Not run:
choose_dir()
## End(Not run)