How can i replicate this in Linux:
source(file.choose())
I've tried source(tkgetOpenFile()) but with no luck
library(gWidgetsRGtk2)
options(guiToolkit="RGtk2")
gfile(cont=T)
Yvonnick Noel
University of Brittany at Rennes
Rennes, France
__
R-help
Ana wrote:
> How can i replicate this in Linux:
> source(file.choose())
>
Hi Ana,
There is probably some way to do this with a shell script, but I am
unaware of it. If you have the marvelous Tcl-Tk scripting language on
your Linux box, you could write something like this:
#!/usr/bin/wish
# s
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
__
On Mon, 28-Nov-2011 at 12:07PM +0100, Ana wrote:
|> How can i replicate this in Linux:
|> source(file.choose())
|>
As the Mac people used to say ungrammatically: Think Different.
There are many ways of using Linux that can't be done in Windows and
we know nothing of your setup, so it's not obvi
Have not found a way to do this either, or in any case it has been buggy. It
would depend on the file manager you have installed. But, you're using Linux!
The path and working directory are supposed to be half the fun. Maybe create an
R folder in /home to keep your files and adjust your R termin
How can i replicate this in Linux:
source(file.choose())
I've tried source(tkgetOpenFile()) but with no luck
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/pos
6 matches
Mail list logo