M.Kondrin wrote:
May be R -slave ... will help?
man R
...
       -q, --quiet
              Don't print startup message

       --silent
              Same as --quiet

       --slave
              Make R run as quietly as possible

...

______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help

$ echo "h<-1; print(h)" | R --slave
[1] 1

$

______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to