[R] Several simple but hard tasks to do with R
Rakknar
aliengenesis at yahoo.com
Thu Aug 20 18:39:52 CEST 2009
"This is why sink() has the split=TRUE option, which logs output to a
connection and sends it to the screen.
The R
sink("analysis.log",split=TRUE)
is almost identical to the Stata
log using analysis.log
with sink() to close the log and flush to disk at the end of the session."
I've already used that and it doesn't work. It only register the output,
not the inputs.
--
View this message in context: http://www.nabble.com/Several-simple-but-hard-tasks-to-do-with-R-tp25052563p25065630.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list