Displaying 1 result from an estimated 1 matches for "your_workspace".
2008 Jun 12
1
save workspace while running R on a cluster
Hello,
I have a question about running R in a cluster environment. The shell script
I am running looks like this:
#!/bin/bash
cd /nfs/apollo/2/c2b2/users/mb0001/Data
/nfs/apollo/1/shares/software/core_facility/local/x86_64_rocks/R/current/bin/
R --save < calculate.R >& script.out
I have used the "-save" command to save the R workspace (If, I understand it