"Liaw, Andy" <[EMAIL PROTECTED]> writes:

> Someone had modified the R source to handle this, but it has not been
> incorporated into the official R source, if I'm not mistaken.  Search the
> R-devel archive.

You can do stuff like this though:

>cat test.R
#!/bin/sh
tail +3 "$0" | R --vanilla --args $@ ; exit $?
x <- 2+2
x
ls()
print(x)
commandArgs()


-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to