Learn R Programming

easycsv (version 1.0.8)

choose_dir: Choose a Folder Interactively

Description

Use a folder widget to choose a folder interactively.

Usage

choose_dir()

Arguments

Value

A length-one character vector, character NA if `Cancel` was selected.

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).

See Also

choose.dir(remote url), Identify.OS