Re: [R] Retrieve model from R without save

2011-04-25 Thread Raji
Hi, Thank you.I would also like to know if there is a way in which we can store R model object as a binary in memory and read the binary contents back into R model object? -- View this message in context: http://r.789695.n4.nabble.com/Retrieve-model-from-R-without-save-tp3465495p3472682.html

[R] Retrieve model from R without save

2011-04-21 Thread Raji
Hi All, We have an application which uses R algorithms. We are currently using save() command to store models.But for save() command, we have to give the filename.But, in our application, we cannot afford to save it in any specific location. In this case , for accessing the models generated in

Re: [R] Retrieve model from R without save

2011-04-21 Thread Duncan Murdoch
On 11-04-21 5:36 AM, Raji wrote: Hi All, We have an application which uses R algorithms. We are currently using save() command to store models.But for save() command, we have to give the filename.But, in our application, we cannot afford to save it in any specific location. In this case ,