Re: [R] compare objects in two different workspaces

2013-02-07 Thread Shi, Tao
Thanks, Bert!  Never used it, but reading it now. Tao - Original Message - > From: Bert Gunter > To: "Shi, Tao" > Cc: R. Michael Weylandt ; "r-help@r-project.org" > > Sent: Thursday, February 7, 2013 2:05 PM > Subject: Re: [R] compare objects

Re: [R] compare objects in two different workspaces

2013-02-07 Thread Shi, Tao
> To: R. Michael Weylandt > Cc: "Shi, Tao" ; "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 environments in case they >

Re: [R] compare objects in two different workspaces

2013-02-07 Thread Bert Gunter
e is not version-controlled, so I > only have the most recent version, but I want to know what's changed. > > Tao > > > > > - Original Message - >> From: Bert Gunter >> To: R. Michael Weylandt >> Cc: "Shi, Tao" ; "r-help@r-project.org

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 wrote: > On Thu, Feb 7, 2013 at 5:53 PM, Shi, Tao wrote: >> Hi list, >> >> Is there a easy way to compare objects in two dif

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 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 different you >

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 necessar

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 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 be

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 k