Skip to content
Prev 75885 / 398502 Next

Handling of tables in R

On Fri, 19 Aug 2005, Prof Brian Ripley wrote:

            
Peter Dalgaard pointed out that write.table defaults to quoting, so it is 
quotes in fields that would be a problem not tabs/spaces. However, 
write.csv() is set up with the correct options for that, and also for the 
header line if row names are written (the default).