Displaying 1 result from an estimated 1 matches for "runbatch".
Did you mean:
nbatch
2005 Nov 18
3
How to run R in batch mode
Hello to everybody!
I want to run R in batch mode but it doen't work (Error: syntax error)
I've found this in R help:
R CMD BATCH [options] infile [outfile]
I have tried differents commands:
(I have been working in the same directory I have "test.txt" file and
"test2.txt" would be the output file)
> R CMD BATCH "test.txt"
or
> R CMD BATCH