Skip to content
Prev 105482 / 398506 Next

hide output in SWeave documents; was: R_WinEdt question

Why is the question below related to RWinEdt? It looks to me like an 
SWeave question. Please read its manual.
The answer is to add the option results=hide to the code chunk's header:

<<R code,echo=FALSE,results=hide>>=

BTW: I do not understand why you want to call summary() but not print 
its results.

Uwe Ligges
Aimin Yan wrote: