Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-28 Thread Eric Berger
; > Ulrik > > > > Marsh Hardy ARA/RISK schrieb am So., 28. Jan. 2018, > 04:14: > > > >> Cool, looks like that'd do it, almost as if converting an entire record > to > >> a character string and comparing strings. > >> > >> ___

Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-28 Thread Marsh Hardy ARA/RISK
k.bengts...@gmail.com] Sent: Sunday, January 28, 2018 11:12 AM To: Ulrik Stervbo Cc: Marsh Hardy ARA/RISK; r-help@r-project.org Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row. The diffobj package (https://cran.r-project.org/package=diffobj) is really helpful here. It provides "di

Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-28 Thread Henrik Bengtsson
gle.com/?q=1020+W.+South+St.+/+Raleigh,+NC+27603&entry=gmail&source=g> >> -2162 >> (919) 834-1245 >> ________________ >> From: William Dunlap [wdun...@tibco.com] >> Sent: Saturday, January 27, 2018 4:57 PM >> To: Marsh Ha

Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-28 Thread Ulrik Stervbo
From: William Dunlap [wdun...@tibco.com] > Sent: Saturday, January 27, 2018 4:57 PM > To: Marsh Hardy ARA/RISK > Cc: Ulrik Stervbo; Eric Berger; r-help@r-project.org > Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row. > > If your two objects have class "data.frame&q

Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-27 Thread Marsh Hardy ARA/RISK
r...@gmail.com>] Sent: Saturday, January 27, 2018 10:00 AM To: Eric Berger Cc: Marsh Hardy ARA/RISK; r-help@r-project.org<mailto:r-help@r-project.org> Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row. Also, it will be easier to provide helpful information if you'd describe w

Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-27 Thread William Dunlap via R-help
w #?) of any record where the data > doesn't match in the 2 files of what should be the same output. > > Thanks in advance, M. > > // > > From: Ulrik Stervbo [ulrik.ster...@gmail.com] > Sent: Saturday, January 27, 2018 10:00 AM >

Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-27 Thread David Winsemius
, M. > > // > > From: Ulrik Stervbo [ulrik.ster...@gmail.com] > Sent: Saturday, January 27, 2018 10:00 AM > To: Eric Berger > Cc: Marsh Hardy ARA/RISK; r-help@r-project.org > Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row. >

Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-27 Thread Marsh Hardy ARA/RISK
h in the 2 files of what should be the same output. Thanks in advance, M. // From: Ulrik Stervbo [ulrik.ster...@gmail.com] Sent: Saturday, January 27, 2018 10:00 AM To: Eric Berger Cc: Marsh Hardy ARA/RISK; r-help@r-project.org Subject: Re: [R] Newbie want

Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-27 Thread Ulrik Stervbo
Also, it will be easier to provide helpful information if you'd describe what in your data you want to compare and what you hope to get out of the comparison. Best wishes, Ulrik Eric Berger schrieb am Sa., 27. Jan. 2018, 08:18: > Hi Marsh, > An RDS is not a data structure such as a data.frame.

Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-26 Thread Eric Berger
Hi Marsh, An RDS is not a data structure such as a data.frame. It can be anything. For example if I want to save my objects a, b, c I could do: > saveRDS( list(a,b,c,), file="tmp.RDS") Then read them back later with > myList <- readRDS( "tmp.RDS" ) Do you have additional information about your "RD

[R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-26 Thread Marsh Hardy ARA/RISK
Each RDS is 40 MBs. What's a slick code to compare them row by row, IDing row numbers with mismatches? Thanks in advance. // __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do re