[R] compare objects in two different workspaces

2013-02-07 Thread Shi, Tao
Hi list, Is there a easy way to compare objects in two different workspace files (i.e. .RData files) in R?  I can use some generic file compare softwares (e.g. BeyondCompare) to binary comparison, but when it says they're different you can't tell where the difference are from. Thanks! Tao

Re: [R] compare objects in two different workspaces

2013-02-07 Thread R. Michael Weylandt
On Thu, Feb 7, 2013 at 5:53 PM, Shi, Tao shida...@yahoo.com wrote: Hi list, Is there a easy way to compare objects in two different workspace files (i.e. .RData files) in R? I can use some generic file compare softwares (e.g. BeyondCompare) to binary comparison, but when it says they're

Re: [R] compare objects in two different workspaces

2013-02-07 Thread Bert Gunter
... but you need to load them into different environments in case they have objects with the same name, right? -- Bert On Thu, Feb 7, 2013 at 1:25 PM, R. Michael Weylandt michael.weyla...@gmail.com wrote: On Thu, Feb 7, 2013 at 5:53 PM, Shi, Tao shida...@yahoo.com wrote: Hi list, Is there a

Re: [R] compare objects in two different workspaces

2013-02-07 Thread Bert Gunter
-project.org Sent: Thursday, February 7, 2013 1:30 PM Subject: Re: [R] compare objects in two different workspaces ... but you need to load them into different environments in case they have objects with the same name, right? -- Bert On Thu, Feb 7, 2013 at 1:25 PM, R. Michael Weylandt

Re: [R] compare objects in two different workspaces

2013-02-07 Thread Shi, Tao
...@gene.com To: R. Michael Weylandt michael.weyla...@gmail.com Cc: Shi, Tao shida...@yahoo.com; r-help@r-project.org r-help@r-project.org Sent: Thursday, February 7, 2013 1:30 PM Subject: Re: [R] compare objects in two different workspaces ... but you need to load them into different

Re: [R] compare objects in two different workspaces

2013-02-07 Thread Shi, Tao
:05 PM Subject: Re: [R] compare objects in two different workspaces Ummm... Have you actually read ?load to see how do this using the environment argument? -- Bert On Thu, Feb 7, 2013 at 1:58 PM, Shi, Tao shida...@yahoo.com wrote: In fact, they have objects with exact same names

[R] Compare objects

2008-11-09 Thread Leon Yee
Hi, friends Is there any functions for object comparing? For example, I have two list objects, and I want to know whether they are the same. Since the the components of list are not necessary atomic, this kind of comparison should be recursive. Does this kind of function exist? Thank you

Re: [R] Compare objects

2008-11-09 Thread Peter Dalgaard
Heinz Tuechler wrote: At 13:26 09.11.2008, Leon Yee wrote: Hi, friends Is there any functions for object comparing? For example, I have two list objects, and I want to know whether they are the same. Since the the components of list are not necessary atomic, this kind of comparison should

Re: [R] Compare objects

2008-11-09 Thread Heinz Tuechler
At 13:26 09.11.2008, Leon Yee wrote: Hi, friends Is there any functions for object comparing? For example, I have two list objects, and I want to know whether they are the same. Since the the components of list are not necessary atomic, this kind of comparison should be recursive. Does this

Re: [R] Compare objects

2008-11-09 Thread Leon Yee
Peter Dalgaard wrote: Heinz Tuechler wrote: At 13:26 09.11.2008, Leon Yee wrote: Hi, friends Is there any functions for object comparing? For example, I have two list objects, and I want to know whether they are the same. Since the the components of list are not necessary atomic, this kind

Re: [R] Compare objects

2008-11-09 Thread Wacek Kusnierczyk
Peter Dalgaard wrote: Heinz Tuechler wrote: At 13:26 09.11.2008, Leon Yee wrote: Hi, friends Is there any functions for object comparing? For example, I have two list objects, and I want to know whether they are the same. Since the the components of list are not necessary atomic, this