[R] echo = FALSE does not work
    Prof Brian Ripley 
    ripley at stats.ox.ac.uk
       
    Sun May 18 14:42:33 CEST 2003
    
    
  
On Sun, 18 May 2003 alkatz at post.tau.ac.il wrote:
> 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.
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.
-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595
    
    
More information about the R-help
mailing list