[R] Run R in background?
    Liaw, Andy 
    andy_liaw at merck.com
       
    Sat Jan 21 04:50:32 CET 2006
    
    
  
Try R CMD BATCH --help at the shell prompt.  
Andy
From: luk
> 
> According to the manual, a R script can be run in as follows in linux.
>    
>   $ R
>   > source("xy.R")
>    
>   Does this mean we have to type "R" first, and then within 
> R, type: source("xy.R")?
>    
>   Is there other way to run xy.R, say 
>    
>   $ R CMD SOURCE xy.R
>    
>   Is there any way to run R in background?
>    
>   Luk
>    
> 
> 		
> ---------------------------------
> 
>  Photo Books. You design it and we'll bind it!
> 	[[alternative HTML version deleted]]
> 
>
    
    
More information about the R-help
mailing list