[R] Problem Writeing a pipe using R (stdin is consumed)

M.Kondrin mkondrin at hppi.troitsk.ru
Fri Feb 21 19:55:03 CET 2003


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
> 
> ...
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> http://www.stat.math.ethz.ch/mailman/listinfo/r-help
> 

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

$




More information about the R-help mailing list