Re: [R] Re ad a text file from a directory in which an R script finds itself

2009-01-13 Thread Gabor Grothendieck
This is an ugly hack but add this line to your sourced script: this.dir <- dirname(parent.frame(2)$ofile) It must be at top level, i.e. not in a function in the script. On Tue, Jan 13, 2009 at 6:53 AM, ppaarrkk wrote: > > Is it possible for an R script to read a text file, say, from the directo

Re: [R] Re ad a text file from a directory in which an R script finds itself

2009-01-13 Thread Rau, Roland
Hi, > -Original Message- > From: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] On Behalf Of ppaarrkk > Sent: Tuesday, January 13, 2009 12:53 PM > To: r-help@r-project.org > Subject: [R] Re ad a text file from a directory in which an R >

[R] Re ad a text file from a directory in which an R script finds itself

2009-01-13 Thread ppaarrkk
Is it possible for an R script to read a text file, say, from the directory in which the script is located ? I don't think I can use setwd(), because I can't specify the directory. -- View this message in context: http://www.nabble.com/Read-a-text-file-from-a-directory-in-which-an-R-script-find