Jeffrey Horner wrote: > $ kill -USR1 pid > > will save the global environment in the file .RData, but you'll need to > remember the current working directory of the process to find it.
Remember? With a computer, you never need to remember! $ ls -l /proc/$pid/cwd is a symlink to the current working directory. Even if you change it with setwd() in R, it is still correct. Barry ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
