Re: [R] problem with concatinating string while taking as a path of a file

2009-03-10 Thread Uwe Ligges
See ?file.path Uwe Ligges Simon Blomberg wrote: Does this do what you want? paste(FPATH, Fname, sep="\\") Simon. On Tue, 2009-03-10 at 10:48 +0530, venkata kirankumar wrote: Hi all, I have a problem with concatinating strings while taking as a path here the problem is i have to take pat

Re: [R] problem with concatinating string while taking as a path of a file

2009-03-09 Thread Simon Blomberg
Does this do what you want? paste(FPATH, Fname, sep="\\") Simon. On Tue, 2009-03-10 at 10:48 +0530, venkata kirankumar wrote: > Hi all, > > I have a problem with concatinating strings while taking as a path here the > problem is > > i have to take path as > FPATH<-"D:\\Kiran" > > and file na

[R] problem with concatinating string while taking as a path of a file

2009-03-09 Thread venkata kirankumar
Hi all, I have a problem with concatinating strings while taking as a path here the problem is i have to take path as FPATH<-"D:\\Kiran" and file name as Fname<-"FINDINGS.CSV" and while I am reading this table I have to take path with using these two strings because in "FPATH" there i