Skip to content
Prev 176351 / 398502 Next

write text file as output without quotes

But did you try the help for write.table() ???

    write.table(x, file = "", append = FALSE, quote = TRUE, sep = " ",
                 eol = "\n", na = "NA", dec = ".", row.names = TRUE,
                 col.names = TRUE, qmethod = c("escape", "double"))

Set quote=FALSE.

Sarah
On Tue, Apr 7, 2009 at 9:13 AM, Ravi S. Shankar <ravis at ambaresearch.com> wrote: