choose_dir {easycsv} | R Documentation |
Use a folder widget to choose a folder interactively.
choose_dir()
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).
A length-one character vector, character NA if 'Cancel' was selected.
choose.dir(remote url), Identify.OS