Re: [R] Assigning a new name to object loaded with "load()"

2012-07-27 Thread Alireza Mahani
This works, thank you! I imagine that for large objects there will be a penalty for calling this function since the objects will be loaded and then copied as the function's return value. -- View this message in context: http://r.789695.n4.nabble.com/Assigning-a-new-name-to-object-loaded-with-lo

[R] Assigning a new name to object loaded with "load()"

2012-07-27 Thread Alireza Mahani
I would like to load a binary file into R using load(), and then assign a new name to it, regardless of the name it was saved under. Can you please provide a code sample? Thank you! -- View this message in context: http://r.789695.n4.nabble.com/Assigning-a-new-name-to-object-loaded-with-load-tp