Displaying 1 result from an estimated 1 matches for "chewally".
Did you mean:
cheaply
2008 Oct 29
2
linux batch question
I usually just run my R programs at the R command prompt but for my
latest one I want to save any output that gets written to the screen so
I am
trying to use R CMD BATCH and send the output to an output file. I
realize I could use sink at the prompt but I'd rather try to do it this
way
because I know that I used to do this in S+.
So, I wrote a simple one line program called test.R which