my_choose_files {RGtk2Extras}R Documentation

Return all tables

Description

Platform independent file chooser

Usage

my_choose_files(fn = "*.*", multi=FALSE, filters=NULL, type = "open", caption=NULL)

Arguments

fn

filename

multi

multiple

filters

Win filters

type

type of dialog

caption

optional dialog caption

Details

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.


[Package RGtk2Extras version 0.5.0 Index]