Re: [R] Problem with write.table

2013-03-18 Thread PIKAL Petr
Hi > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Sahana Srinivasan > Sent: Monday, March 18, 2013 3:04 PM > To: r-help@r-project.org > Subject: [R] Problem with write.table > > Hi everyone, >

[R] Problem with write.table

2013-03-18 Thread Sahana Srinivasan
Hi everyone, I'm trying to create unique filenames and then write a data frame into these files. This is the code I am using. str1<-"fname" str2<-".ext.txt"; FILENAME<-paste0(str1,str2); write.table(df, file=FILENAME,col.names=FALSE,row.names=FALSE,quote=FALSE,sep="\t"); Ideally, a file calle