choose_dir {easycsv} | R Documentation |
Choose a Folder Interactively
Description
Use a folder widget to choose a folder interactively.
Usage
choose_dir()
Details
This brings up folder selection widget, it requires no arguments and is implemented into fread_folder & loadcsv_multi as the default if no directory is supplied. Currently works only on mac OS,windows and Linux. for the windows implementation and further detail see choose.dir(remote url).
Value
A length-one character vector, character NA if 'Cancel' was selected.
See Also
choose.dir(remote url), Identify.OS
[Package easycsv version 1.0.8 Index]