Re: [R] using assign on save?

2003-09-24 Thread Thomas W Blackwell
Andy - help("assign") says: "Value: This function is invoked for its side effect, which is assigning `value' to the variable `x'. ..." Gosh. The help page isn't very specific about what the return value of assign() IS, but it's not a named object. Your basic strategy of assigning, writin

[R] using assign on save?

2003-09-24 Thread
I have an object which I want to save into an external file, using save, on a time step in loop. In the loop I have an if statment that will save when the appropraite time, t, is reached. I want to change the object and the name of the saved object to reflect which time step is being written. I