Re: [R] interactive file choosing in Linux?

2009-05-27 Thread Juergen Rose
Am Dienstag, den 26.05.2009, 21:05 +0200 schrieb Romain Francois: Hi, You might like tk_choose.files from package tcltk. This comes with R but your system needs to be capable enough: capabilities( )[tcktk] require( tcltk ) tk_choose.files I suppose it should be capabilities(

[R] interactive file choosing in Linux?

2009-05-26 Thread Derek Eder
I am used to using the [R] function choose.files() for interactive file selection in MS-Windows. What is the comparable function in Linux? I expected the function file.choose() to display similar behavior, i.e., a graphical interface diplaying a file listing, but all I seem to get is a text

Re: [R] interactive file choosing in Linux?

2009-05-26 Thread Romain Francois
Hi, You might like tk_choose.files from package tcltk. This comes with R but your system needs to be capable enough: capabilities( )[tcktk] require( tcltk ) tk_choose.files Romain Derek Eder wrote: I am used to using the [R] function choose.files() for interactive file selection in