my_choose_files {RGtk2Extras} | R Documentation |
Platform independent file chooser
my_choose_files(fn = "*.*", multi=FALSE, filters=NULL, type = "open", caption=NULL)
fn |
filename |
multi |
multiple |
filters |
Win filters |
type |
type of dialog |
caption |
optional dialog caption |
This is a wrapper which allows the user to select a file under Windows, Mac and Linux. The type can be "open", "save" or "selectdir". Multiple selectdir isn't supported.