I execute R CMD BATCH using crontab(in centos7).
like this...
45 5 * * 5 R CMD BATCH /home/script/my_test.R
But i cant't find my_test.Rout
file.
Where is my_test.Rout
file?
I execute R CMD BATCH using crontab(in centos7).
like this...
45 5 * * 5 R CMD BATCH /home/script/my_test.R
But i cant't find my_test.Rout
file.
Where is my_test.Rout
file?