, Sweave
, RStudio. - , Sweave
R, . source.Rnw
,
Sweave('source.Rnw')
source.tex
. . , \Schunk
27, \begin{document}
, .
, . \begin{document}
.
: , print(...)
\begin{document}
. Sweave print
. , , , message("some text")
. , . ,
<<echo=FALSE,results=hide>>=
message("Started at ", Sys.time())
@
- :
1 : keep.source term hide (Untitled.Rnw:6)
Started at 2017-09-27 08:28:33
.