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

2018-01-28 Thread 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. > > The diffobj package (https://cran.r-project.org/package=diffobj) is > really helpful here. It provides "diff" functions diffPrint(), > diffStr(), and

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

2018-01-28 Thread Marsh Hardy ARA/RISK
gts...@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 "diff&qu

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

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

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

2018-01-28 Thread Ulrik Stervbo
.@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" (look

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

2018-01-27 Thread Marsh Hardy ARA/RISK
ster...@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 describ

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

2018-01-27 Thread William Dunlap via R-help
ecord number (row #?) 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

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

2018-01-27 Thread David Winsemius
t; > // > > 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. > &g

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

2018-01-27 Thread Marsh Hardy ARA/RISK
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 wants to compa

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

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