?write.table

setwd("c:\\temp")
myDF <- data.frame(A = rnorm(100), B = rnorm(100))
write.table(myDF, file = "myDF.dat", sep = "\t", quote = F, row.names =
F)

HTH, Andy

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to