Skip to content
Prev 181480 / 398502 Next

interactive file choosing in Linux?

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: