dear listers, with "rscript", i know how to feed arguments by command line directly, e.g. "Rscript test.r 10 20". however, if i saved all arguments in a file, how do i make rscript to take arguments in this file? "Rscript test.r < input.txt" doesn't seem to work for me. (ps: i am using windows)
thanks so much! ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.