Skip to content

echo = FALSE does not work

2 messages · alkatz@post.tau.ac.il, Brian Ripley

#
Hello, everybody,

I am running 
R BATCH --no-save myscript.R myscript.out

myscrypt.out contains the ouput I want to see there, along with 
all the commands executed by the script.

I found in the help files, that writing echo=FALSE in the beginning of
myscrypt.out should suppress printing of the commands,
but it does not.

Can you help me , please ?

Thank you,
Alex
#
On Sun, 18 May 2003 alkatz at post.tau.ac.il wrote:

            
I can't find anything like that in `the help files', so please give us a
clue as to which of the 800 or so you found it in.

help(options) does say that writing *options(echo=FALSE)* at the beginning
of *myscript.R* would do this, and it does.  It also says you can use 
--slave.