hi, I try to execute a R-script with terminal. I use the following line; R --vanilla --slave < "/path/script.R" Everything works fine, except that the write.table() command within the script is not executed. When I execute the script via the app the script saves some numbers to a file. When I execute the script via terminal nothing is saved. can someone help me on this?
write.table in batch mode
2 messages · Martin Batholdy
ok, I am sorry. The file was created and saved but not at the place I thought it would be. All is working now. Sorry for bothering. Am 26.08.2009 um 21:15 schrieb Martin Batholdy:
hi, I try to execute a R-script with terminal. I use the following line; R --vanilla --slave < "/path/script.R" Everything works fine, except that the write.table() command within the script is not executed. When I execute the script via the app the script saves some numbers to a file. When I execute the script via terminal nothing is saved. can someone help me on this?