Hi, I wrote a small R script (delta.R) using commandArgs(). The script works from the shell in usual way
R --no-save arg1 < delta2.R Suppose arg1 is the output of another shell command (e.g. gawk, sed ...). Is there a way to tell R to read arg1 from the output of the previous command? Any other workaround? Thanks -- ======================================================== Angelo Secchi PGP Key ID:EA280337 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
