[R] R script

Clark Christensen christensen_c at yahoo.com
Thu Oct 18 22:01:54 CEST 2001


Is there some way run an R script from the command line?  Can I put a 
line at the top of the file like I would for a bash or perl script?  For 
example, a such a script (test.r) might look like.

#!/usr/bin/R

x <- c(1:10)
print(x)


running ./test.r at the command line doesn't work.  So is there a way to 
do this?  Am I missing something, or do I just have to start R and 
source() the script file (sans #!/usr/bin/R) like I'm already doing?

Clark



-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list