Re: [R] write table without quotation marks in column names....

2013-05-30 Thread John Kane
?write.table write.table(cars, quote=FALSE) John Kane Kingston ON Canada > -Original Message- > From: wewol...@gmail.com > Sent: Thu, 30 May 2013 10:13:26 +0200 > To: r-help@r-project.org > Subject: [R] write table without quotation marks in column names > >

Re: [R] write table without quotation marks in column names....

2013-05-30 Thread Duncan Murdoch
On 13-05-30 4:28 AM, Pascal Oettli wrote: Hi, Did you read the help page? ?write.table Arguments quote a logical value (TRUE or FALSE) or a numeric vector. If TRUE, any character or factor columns will be surrounded by double quotes. If a numeric vector, its elements are taken as the indic

Re: [R] write table without quotation marks in column names....

2013-05-30 Thread Pascal Oettli
Hi, Did you read the help page? ?write.table Arguments quote a logical value (TRUE or FALSE) or a numeric vector. If TRUE, any character or factor columns will be surrounded by double quotes. If a numeric vector, its elements are taken as the indices of columns to quote. In both cases, r

[R] write table without quotation marks in column names....

2013-05-30 Thread Witold E Wolski
Hi write.table likes to quote (") the column and row names. Is there a way to switch it off? Witold [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the post