Re: [R] Ouput several lines of cat

2010-07-30 Thread Wu Gong
Hi, set sep=\n x - c(X XXX,X XX.XX,- ( XX.XX XXX ) ) cat(x,file=x.txt,sep=\n) - A R learner. -- View this message in context: http://r.789695.n4.nabble.com/Ouput-several-lines-of-cat-tp2307900p2307945.html Sent from the R help mailing list archive at Nabble.com.

[R] Ouput several lines of cat

2010-07-30 Thread rajibshibly
Hello, I am brand new to R. I need to know how to output the contents of cat function into a text file. The cat is used to output several lines of string in the following format: X XXX X XX.XX - ( XX.XX XXX ) I need to get the output of all these lines into a text file. I tried to put

Re: [R] Ouput several lines of cat

2010-07-30 Thread Ted Harding
On 30-Jul-10 12:20:35, rajibshibly wrote: Hello, I am brand new to R. I need to know how to output the contents of cat function into a text file. The cat is used to output several lines of string in the following format: X XXX X XX.XX - ( XX.XX XXX ) I need to get the output