[R] window manager interface commands for linux

Milan Bouchet-Valat nalimilan at club.fr
Tue Nov 29 10:59:57 CET 2011


Le lundi 28 novembre 2011 à 12:07 +0100, Ana a écrit :
> How can i replicate this in Linux:
> source(file.choose())
> 
> 
> I've tried source(tkgetOpenFile()) but with no luck
Try this instead (it works here):
source(tclvalue(tkgetOpenFile()))

Cheers



More information about the R-help mailing list