Re: [R] About choosing file

2010-09-15 Thread Stephen Liu
Hi Henrique, Thanks for your advice which works for me. B.R. Stephen L From: Henrique Dallazuanna Cc: R-help@r-project.org Sent: Wed, September 15, 2010 10:24:01 PM Subject: Re: [R] About choosing file You can try tcltk: library(tcltk) tk_choose.files

Re: [R] About choosing file

2010-09-15 Thread Henrique Dallazuanna
.R. > Stephen L > > > > > > > ----- Original Message > From: Uwe Ligges > To: Stephen Liu > Cc: R-help@r-project.org > Sent: Wed, September 15, 2010 9:20:48 PM > Subject: Re: [R] About choosing file > > > > On 26.08.2010 09:50, Stephen

Re: [R] About choosing file

2010-09-15 Thread Uwe Ligges
igges To: Stephen Liu Cc: R-help@r-project.org Sent: Wed, September 15, 2010 9:20:48 PM Subject: Re: [R] About choosing file On 26.08.2010 09:50, Stephen Liu wrote: Hi folks, Following command only works on Windows Test01=read.table(file.choose(), header=TRUE) It popup open a dialog b

Re: [R] About choosing file

2010-09-15 Thread Stephen Liu
rPlots01.png" "hist.png" [5] "jranke_cran.asc" "M-x R" "M-x R~" B.R. Stephen L - Original Message From: Uwe Ligges To: Stephen Liu Cc: R-help@r-project.org Sent: Wed, September 15, 2010 9:20:48 PM Subject: Re: [R] About choos

Re: [R] About choosing file

2010-09-15 Thread Uwe Ligges
On 26.08.2010 09:50, Stephen Liu wrote: Hi folks, Following command only works on Windows Test01=read.table(file.choose(), header=TRUE) It popup open a dialog box for choosing file. But it doesn't work on Linux (Ubuntu); Test01=read.table(file.choose(), header=TRUE) Enter file name:

[R] About choosing file

2010-08-26 Thread Stephen Liu
Hi folks, Following command only works on Windows > Test01=read.table(file.choose(), header=TRUE) It popup open a dialog box for choosing file. But it doesn't work on Linux (Ubuntu); > Test01=read.table(file.choose(), header=TRUE) Enter file name: Entering file name doesn't work. Please ad