Displaying 1 result from an estimated 1 matches for "objecd".
Did you mean:
object
2013 Mar 18
1
Problem with write.table
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 called fname.ext.txt should be created, containing the data