Re: [R] Creating ODS RTF-style output in R XXXX

2011-08-29 Thread Dieter Menne
Dan Abner wrote: > > I have been using the sink() function as follows: > > x<-rnorm(100) > sink("C:\\Users\\dan\\Desktop\\Current Events\\myhw.txt", > append=TRUE,split=TRUE) > m1<-c(Mean=mean(x),SD=sd(x),Min=min(x),Max=max(x)) > m1 > sink() > > === > > Is it possible to create tabular style

[R] Creating ODS RTF-style output in R XXXX

2011-08-29 Thread Dan Abner
Hello everyone, I have been using the sink() function as follows: x<-rnorm(100) sink("C:\\Users\\dan\\Desktop\\Current Events\\myhw.txt", append=TRUE,split=TRUE) m1<-c(Mean=mean(x),SD=sd(x),Min=min(x),Max=max(x)) m1 sink() === Is it possible to create tabular style output very much like the OD