Re: [R] display basename

2007-11-21 Thread mysimbaa
Thanks for help. -- View this message in context: http://www.nabble.com/display-basename-tf4846650.html#a13876120 Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-hel

Re: [R] display basename

2007-11-20 Thread Bert Gunter
er 20, 2007 3:25 PM To: Bert Gunter Cc: mysimbaa; r-help@r-project.org Subject: Re: [R] display basename So why not suggest pathname <- file.choose() z <- read.table(pathname, dec=".", header=TRUE) instead. /Henrik On Nov 20, 2007 2:58 PM, Bert Gunter <[EMAIL PROTECTED]> w

Re: [R] display basename

2007-11-20 Thread Henrik Bengtsson
Nonclinical Statistics > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of mysimbaa > Sent: Tuesday, November 20, 2007 2:30 PM > To: r-help@r-project.org > Subject: [R] display basename > > > Hello everybody, > &g

Re: [R] display basename

2007-11-20 Thread Bert Gunter
time to time doing it sloppily. Bert Gunter Genentech Nonclinical Statistics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mysimbaa Sent: Tuesday, November 20, 2007 2:30 PM To: r-help@r-project.org Subject: [R] display basename Hello everybody, I'

[R] display basename

2007-11-20 Thread mysimbaa
Hello everybody, I'm sorry for asking a dumb question, but I don't find how to loos it. I need to display the name of the choosing file using this command : z=read.table(file.choose(),dec=".",header=TRUE) Thanks for any help. -- View this message in context: http://www.nabble.com/display-bas